Bug 20123: Make the timezone entry empty and uncommented by default
authorTomas Cohen Arazi <tomascohen@theke.io>
Thu, 5 Apr 2018 13:31:04 +0000 (10:31 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 11 Apr 2018 18:05:02 +0000 (15:05 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
debian/templates/koha-conf-site.xml.in
etc/koha-conf.xml

index 1dc4299..21348ae 100644 (file)
@@ -345,9 +345,10 @@ __END_SRU_PUBLICSERVER__
      <partner_code>ILLLIBS</partner_code>
  </interlibrary_loans>
 
- <!-- The timezone setting can let you force the timezone for this instance to be something other then the local timezone of the server
- <timezone>Antarctica/South_Pole</timezone>
- -->
+ <!-- The timezone setting can let you force the timezone for this
+      instance to be something other then the local timezone of the
+      server. e.g. Antarctica/South_Pole -->
+ <timezone></timezone>
 
 </config>
 </yazgfs>
index 7197e6d..5bcd521 100644 (file)
@@ -176,9 +176,10 @@ __PAZPAR2_TOGGLE_XML_POST__
      <partner_code>ILLLIBS</partner_code>
  </interlibrary_loans>
 
- <!-- The timezone setting can let you force the timezone for this instance to be something other then the local timezone of the server
- <timezone>Antarctica/South_Pole</timezone>
- -->
+ <!-- The timezone setting can let you force the timezone for this
+      instance to be something other then the local timezone of the
+      server. e.g. Antarctica/South_Pole -->
+ <timezone></timezone>
 
 </config>
 </yazgfs>