Skip to content
This repository has been archived by the owner on Dec 6, 2021. It is now read-only.

Commit

Permalink
Tweak README
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchristie committed Jan 3, 2013
1 parent bcfdc3c commit fe3407b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -73,7 +73,7 @@ You can also specify the creation time for the stream item by passing a

#### A note on time zones

When a stream item is created, the value of the [`USE_TZ` setting][use_tz] will be respected.
When a stream item is created, Django's [timezone support settings][use_tz] will be respected.

If timezone support is enabled by setting `USE_TZ` to `True`, then timezone-aware datestamps will be used, and stream items will be stored in the database using a UTC offset. You will need to convert the timestamps to your users' local time at the last possible moment (when the `datetime` object is formatted for presentation to the user).

Expand Down

0 comments on commit fe3407b

Please sign in to comment.