Re: Handling multiple timezones in Django Admin

2018-10-02 Thread Ramiro Morales
Paul, You seem to have a good grasp of the usability problem you describe and a sound strategy to solve it. You've even researched how modern web browser can help in improving this admin app feature. I'm sure the project would accept a pull request implementing the changes you outline. Or if not,

Handling multiple timezones in Django Admin

2018-10-02 Thread Paul Tiplady
Timezone handling in the Django admin is quite confusing when there are users in multiple timezones -- does anyone have a good way of handling this? I'm using USE_TZ=True, TIME_ZONE='UTC', USE_I18N, USE_L10N. I have admin users in US/Pacific and US/Eastern. When viewing a datetime field, users

Re: Timezones in Django

2009-08-11 Thread Jarek Zgoda
Wiadomość napisana w dniu 2009-08-11, o godz. 08:46, przez Brian May: > On Tue, Aug 11, 2009 at 12:08:21AM -0400, Vitaly Babiy wrote: >> Hey guys, I am working on an application that needs to be timezone >> aware. Is >> there support for this with in django I can't seem to find anything >> ex

Re: Timezones in Django

2009-08-10 Thread Brian May
On Tue, Aug 11, 2009 at 12:08:21AM -0400, Vitaly Babiy wrote: > Hey guys, I am working on an application that needs to be timezone aware. Is > there support for this with in django I can't seem to find anything except > for a few third party packages. i am trying to find something that is in > dja

Re: Timezones in Django

2009-08-10 Thread Malcolm Tredinnick
On Tue, 2009-08-11 at 00:08 -0400, Vitaly Babiy wrote: > Hey guys, > I am working on an application that needs to be timezone aware. Is > there support for this with in django I can't seem to find anything > except for a few third party packages. i am trying to find something > that is in django

Timezones in Django

2009-08-10 Thread Vitaly Babiy
Hey guys, I am working on an application that needs to be timezone aware. Is there support for this with in django I can't seem to find anything except for a few third party packages. i am trying to find something that is in django core. Thanks, Vitaly Babiy --~--~-~--~~~-