Bugzilla – Attachment 73690 Details for
Bug 20123
Allow multiple instances of Koha to have different timezones on the same server
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20123: Make the timezone entry empty and uncommented by default
Bug-20123-Make-the-timezone-entry-empty-and-uncomm.patch (text/plain), 1.85 KB, created by
Tomás Cohen Arazi (tcohen)
on 2018-04-05 13:33:38 UTC
(
hide
)
Description:
Bug 20123: Make the timezone entry empty and uncommented by default
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2018-04-05 13:33:38 UTC
Size:
1.85 KB
patch
obsolete
>From 90a7023526bee478e6b4dfb733b6c8e0b6063149 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Thu, 5 Apr 2018 10:31:04 -0300 >Subject: [PATCH] Bug 20123: Make the timezone entry empty and uncommented by > default > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > debian/templates/koha-conf-site.xml.in | 7 ++++--- > etc/koha-conf.xml | 7 ++++--- > 2 files changed, 8 insertions(+), 6 deletions(-) > >diff --git a/debian/templates/koha-conf-site.xml.in b/debian/templates/koha-conf-site.xml.in >index 1dc429989b..21348ae6d4 100644 >--- a/debian/templates/koha-conf-site.xml.in >+++ b/debian/templates/koha-conf-site.xml.in >@@ -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> >diff --git a/etc/koha-conf.xml b/etc/koha-conf.xml >index 7197e6dce1..5bcd521caf 100644 >--- a/etc/koha-conf.xml >+++ b/etc/koha-conf.xml >@@ -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> >-- >2.17.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 20123
:
71125
|
71839
|
71840
|
72080
|
72081
|
72202
|
72255
|
72603
|
72605
|
73687
|
73688
|
73689
| 73690 |
74043