Adding global.timezone org unit setting and config.timezone table to db and fm. user/jamesrf/timezone-patch
authorJames Fournie <jfournie@sitka.bclibraries.ca>
Wed, 6 Jun 2012 16:52:59 +0000 (09:52 -0700)
committerJames Fournie <jfournie@sitka.bclibraries.ca>
Thu, 1 Nov 2012 23:48:36 +0000 (16:48 -0700)
commit61cb6758e5d44ab696d6dac019c94247fb72c849
treecb5e8f2c5c2aefadcd774bf2ff3445cc9654a513
parent769a42183480e0ac3e7944816c89f7539660abd0
Adding global.timezone org unit setting and config.timezone table to db and fm.
Modified Circulate.pm code to retrieve global.timezone setting when setting the
due date and push the due date to 23:59 in the correct timezone.

Note that a trigger on action.circulation still pushes the due date to 23:59
server time regardless, this will be fixed in a future patch.
Open-ILS/examples/fm_IDL.xml
Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Circulate.pm
Open-ILS/src/sql/Pg/002.schema.config.sql
Open-ILS/src/sql/Pg/090.schema.action.sql
Open-ILS/src/sql/Pg/950.data.seed-values.sql
Open-ILS/src/sql/Pg/upgrade/xxxx.schema.config_timezone.sql [new file with mode: 0644]