jtauber / learning-greek

researching how to improve the way people learn Koine Greek
MIT License
22 stars 3 forks source link

Autodetect timezone #28

Open chriskrycho opened 9 years ago

chriskrycho commented 9 years ago

The user account should default to (or perhaps prompt to set to) the timezone available (presumably using JS's Date.prototype.getTimezoneOffset() and some normalization to use the Region/City pattern and auto-select it (e.g. this one).

N.B. I'm basically volunteering to do this sometime in June. :wink:

jtauber commented 9 years ago

+1 but this should be contributed to django-user-accounts so hundreds of sites, not just this one, can benefit from it. Thanks!

chriskrycho commented 9 years ago

Once I saw that it's a Django package more generally, I came to the same conclusion. Feel free to close this; I'll reopen it on the relevant project.