Not only do I have settings.TIME_ZONE set to 'UTC', I'm also creating
datetime objects via utcfromtimestamp() as follows:
field = datetime.datetime.utcfromtimestamp(time.time())
So I figured they would be going into the database as UTC anyway.
When I figured out that they were showing UTC-6 in the database I
changed the settings.TIME_ZONE, but that doesn't seem to change
anything for new records going into the database.
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en.