|
@@ -9,13 +9,13 @@ Time zones
|
|
|
Overview
|
|
|
========
|
|
|
|
|
|
-When support for time zones is enabled, Django stores date and time
|
|
|
+When support for time zones is enabled, Django stores datetime
|
|
|
information in UTC in the database, uses time-zone-aware datetime objects
|
|
|
internally, and translates them to the end user's time zone in templates and
|
|
|
forms.
|
|
|
|
|
|
This is handy if your users live in more than one time zone and you want to
|
|
|
-display date and time information according to each user's wall clock.
|
|
|
+display datetime information according to each user's wall clock.
|
|
|
|
|
|
Even if your Web site is available in only one time zone, it's still good
|
|
|
practice to store data in UTC in your database. One main reason is Daylight
|