Some of my project app's models have a DateTimeField where the value
is UTC while others have EDT/EST values. This is because I populate
some models (ie. a blog entry) via django-admin while other data is
populated via my flickr/del.icio.us accounts (via django-syncr <http://
code.google.com/p/django-syncr/>).

When displaying timestamps, I want all values to be EDT/EST-- the
timezone in which I live. Is there an easy way to handle this
conversion on the template level? Or should I start thinking about
overriding the save() method to either make all DateTimeField values
EDT/EST/UTC? Is there a simple solution out there that I just haven't
yet considered? Thanks for the help...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to