https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37952
--- Comment #6 from David Cook <[email protected]> --- Taking a quick look at Joubu's branch... 22 files changed, 382 insertions(+), 138 deletions(-) -- Previously, I hadn't thought enough about how we'd get the user's timezone. Using Javascript to set a cookie makes sense. Looking at the code, and I don't see anything for setting from the OPAC? Just a select menu on the staff interface? I think it would make more sense to detect the timezone via the browser, and then set the cookie. (Probably not a bad idea to have a library/branch default in the event that there is some problem I guess...) -- It looks like installer/data/mysql/atomicupdate/xxx.pl updates "timestamp" and "datetime" columns, "timestamp" doesn't need conversion though, since it stores in UTC behind the scenes and retrieves based on TZ in client connection. I'm not 100% sure how we should treat the "date" column either... I'll explain in my next comment... -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
