LuteOrg / lute-v3

LUTE = Learning Using Texts: learn languages through reading.
https://luteorg.github.io/lute-manual/
MIT License
493 stars 46 forks source link

Handle different timezones #445

Open jzohrab opened 5 months ago

jzohrab commented 5 months ago

Per Neo in Discord (paraphrased):

today in my timezone is Jun 10 7:01. but if I mark a page as read. the words I read in statistics will add up to Jun 9 [Note: the UTC time zone was June 9 11 PM ish] that will mess up the data about today's reading words. how many words I have read today, I'm not sure. because some words add to Yesterday.

This is also true for the db backup, as the filenames are created with UTC time. I'm less concerned about this, b/c the backups are just system things ... but maybe to users it will look odd.

I don't believe that this has real functional implications, but to users the dates just feel wrong, so it would be an annoyance.