From f0cc192d7b615908903a0255851176915aa0f23c Mon Sep 17 00:00:00 2001 From: Adel Date: Thu, 19 Jul 2012 16:46:56 +0200 Subject: [PATCH] Fix typo --- en/cookbook/working-with-datetime.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/cookbook/working-with-datetime.rst b/en/cookbook/working-with-datetime.rst index 35858085f..c0308f186 100644 --- a/en/cookbook/working-with-datetime.rst +++ b/en/cookbook/working-with-datetime.rst @@ -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