[Koha-bugs] [Bug 24608] Allow modification of checkout due date

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 6 18:52:57 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24608

Agustín Moyano <agustinmoyano at theke.io> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |agustinmoyano at theke.io

--- Comment #32 from Agustín Moyano <agustinmoyano at theke.io> ---
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.


More information about the Koha-bugs mailing list