1
0
mirror of synced 2025-02-02 21:41:45 +03:00

Guess missing words

This commit is contained in:
Grégoire Paris 2015-12-22 17:44:00 +01:00
parent 24e4215ab3
commit f9715ac24a

View File

@ -56,7 +56,8 @@ on all this systems.
Handling different Timezones with the DateTime Type
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If you first come across the requirement to save different you are still optimistic to manage this mess,
If you first come across the requirement to save different timezones you may be still optimistic about how
to manage this mess,
however let me crush your expectations fast. There is not a single database out there (supported by Doctrine 2)
that supports timezones correctly. Correctly here means that you can cover all the use-cases that
can come up with timezones. If you don't believe me you should read up on `Storing DateTime