>From 
>postgresql.org/docs/8.4/static/datatype-datetime.html<http://www.postgresql.org/docs/8.4/static/datatype-datetime.html>:
> 
"All timezone-aware dates and times are stored internally in UTC. They are 
converted to local time in the zone specified by the timezone configuration 
parameter before being displayed to the client."

So I guess all that is needed is
SET TIME ZONE 'UTC';

Problem solved.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/YHu1TkJ9xJ4J.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to