https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24608
Agustín Moyano <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #32 from Agustín Moyano <[email protected]> --- seems timezone is not saved in date_due column, because it's a datetime rather than timestamp https://stackoverflow.com/questions/19843203/how-to-store-a-datetime-in-mysql-with-timezone-info Maybe we can alter that column to timestamp, so timezone is saved, or I can add a flag to the JS function in 24455 to use timezone or not -- 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/
