zieren / wasted-youth-tracker

Limit kids' time on their (Windows) PC and get a summary of the window titles.
GNU General Public License v3.0
5 stars 0 forks source link

Times should honor client's local timezone #49

Open zieren opened 3 years ago

zieren commented 3 years ago

There are currently several places where we assume that the server's timezone matches the client's. E.g. we do

DATE_FORMAT(FROM_UNIXTIME(ts), "%Y-%m-%d")

but that ignores the client's timezone.