https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38760 --- Comment #12 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Jan Kissig from comment #11)
(In reply to Katrin Fischer from comment #10)
Thanks a ton for the sign-off, Jan! I wonder if you have the setup still and could also test if it works if you have a timezone configured in your koha-conf.xml? (we need this because of the Goethe libraries). See bug 38759.
Tested also for timezone, which was set to
<timezone>Antarctica/South_Pole</timezone>
in koha-conf.xml.
Then running
koha-mysql kohadev ...
MariaDB [koha_kohadev]> SELECT @@session.time_zone; +-----------------------+ | @@session.time_zone | +-----------------------+ | Antarctica/South_Pole | +-----------------------+
Awesome! -- You are receiving this mail because: You are watching all bug changes.