1
0
mirror of synced 2025-01-31 12:32:59 +03:00
This commit is contained in:
Adel 2012-07-19 16:46:56 +02:00
parent a673018508
commit f0cc192d7b

View File

@ -74,7 +74,7 @@ that even allows correct date-time handling with timezones:
3. Save the Timezone in the Entity for persistence.
Say we have an application for an international postal company and employees insert events regarding postal-package
around the world, in their current timezones. To determine the exact time an event occoured means to save both
around the world, in their current timezones. To determine the exact time an event occurred means to save both
the UTC time at the time of the booking and the timezone the event happend in.
.. code-block:: php