chovanecm / sacredboard

Dashboard for sacred. Monitor and access your past machine learning experiments.
MIT License
184 stars 39 forks source link

Be clear about time zones #49

Closed black-puppydog closed 7 years ago

black-puppydog commented 7 years ago

The time displayed for last activity and the system time don't match. I suspect in the UI everything is displayed as GMT or some such?

screenshot from 2017-06-13 10-31-30

Might also be good to simply have a timestamp ("system time is currently $x") somewhere on the page, to avoid confusion.

I suspect that always using the local timezone for everything might be a good first approximation, assuming most people work locally.

chovanecm commented 7 years ago

Hi, I know. There was a confusion in the beginning since Sacred was storing local time with UTC time zone. This has been fixed in Sacred but not yet in Sacredboard. I'll have again some time to work on Sacredboard later this week. (I'm closing this as it is a duplicate of #27 )