BenFenner / flail_web_sinatra

Web interface to Flail, the medieval exception catcher. This time using Sinatra.
0 stars 2 forks source link

Reference all times with appropriate time zone, not UTC. #12

Closed BenFenner closed 10 years ago

BenFenner commented 10 years ago

This is a good read: http://www.onlineaspect.com/2007/06/08/auto-detect-a-time-zone-with-javascript/

Which leads to this: https://bitbucket.org/pellepim/jstimezonedetect

BenFenner commented 10 years ago

Fixing issue #13 made this issue less pressing. Most of the times are relatively displayed now, and time zone is irrelevant for this.

The only thing left that displays an actual time is in the exception digest.

app/views/digests/show.haml:30

BenFenner commented 10 years ago

The amount of work to do this properly is going to have to wait. For now, the time zone is defaulted to EST/EDT.

http://i.imgur.com/s7pb4dC.png