Skip to content

Commit 79a4c40

Browse files
author
Christian Kolb
committed
Improve readme
1 parent 8fe3ad2 commit 79a4c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ It's only a thin wrapper over `DateTime` and uses it internally for all modifica
1818

1919
Additionally, the package provides a streamlined way to have the system running in `UTC` but still do the modifications in the relevant timezone. The internal `DateTime` is always in `UTC` and only internally converted to the relevant timezone for modifications. This way you can be sure that you're not missing or receiving an hour due to a switch of summer-time to winter-time in the relevant timezone.
2020

21-
Included as are classes for `Day` or `Weekday` and collections like `Days` or `Weekdays`.
21+
There are also classes like `Day` or `Weekday` and collections like `Days` or `Weekdays`.
2222

2323
This Symfony bundle includes Symfony normalizers for automatic normalization and denormalization and Doctrine types to store the objects directly in the database.
2424

0 commit comments

Comments
 (0)