Re: remove timezone support from one app

2014-01-13 Thread smcoll
What i wound up doing was to create a custom ModelField which deals with timezone-naive datetimes/timestamps: https://gist.github.com/smcoll/8405914 Then, i created schema/data migrations in South to convert existing values. On Saturday, January 11, 2014 11:05:54 AM UTC-6, smcoll wrote: > > To c

Re: remove timezone support from one app

2014-01-11 Thread smcoll
To clarify, i'm dealing with datetimes which pre-date the implementation of timezones (solar time). So i'd like any admin user in any timezone to be able to enter a naive datetime which will remain the same naive datetime for any usage in the site. On Saturday, January 11, 2014 10:59:34 AM UTC