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

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