1
0
mirror of synced 2025-01-18 22:41:43 +03:00

Merge pull request #111 from Adel-E/patch-1

Fix typo
This commit is contained in:
Guilherme Blanco 2012-07-19 08:53:04 -07:00
commit 1502d9b552

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