eevee / floof

Some kind of art site.
http://bugs.veekun.com/projects/floof
ISC License
10 stars 4 forks source link

"Auto" time zone #56

Open eevee opened 12 years ago

eevee commented 12 years ago

Let me use "auto" as my time zone, and have it detected via JS on every login.

epii sez:

Not quite sure how to navigate the model/view divide here. Perhaps wrap model.User.localtime(t) inside a lib that would check for a TZ in the session. Also need to decide on whether we just update the TZ at login (which should be straight forward) or to update it more frequently (which I don't know how to do elegantly).