Bugzilla – Attachment 73689 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: Add commented out example to koha-conf.xml
Bug-20123-Add-commented-out-example-to-koha-confxm.patch (text/plain), 1.40 KB, created by
Tomás Cohen Arazi (tcohen)
on 2018-04-05 13:32:56 UTC
(
hide
)
Description:
Bug 20123: Add commented out example to koha-conf.xml
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2018-04-05 13:32:56 UTC
Size:
1.40 KB
patch
obsolete
>From 3f7045d5e4ef5cae6f783b5d749e628b35f7e49e Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatetsolutions.com> >Date: Fri, 9 Mar 2018 09:26:13 -0500 >Subject: [PATCH] Bug 20123: Add commented out example to koha-conf.xml > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > debian/templates/koha-conf-site.xml.in | 4 ++++ > etc/koha-conf.xml | 4 ++++ > 2 files changed, 8 insertions(+) > >diff --git a/debian/templates/koha-conf-site.xml.in b/debian/templates/koha-conf-site.xml.in >index 6056ee2140..1dc429989b 100644 >--- a/debian/templates/koha-conf-site.xml.in >+++ b/debian/templates/koha-conf-site.xml.in >@@ -345,5 +345,9 @@ __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> >+ --> >+ > </config> > </yazgfs> >diff --git a/etc/koha-conf.xml b/etc/koha-conf.xml >index a9a078146a..7197e6dce1 100644 >--- a/etc/koha-conf.xml >+++ b/etc/koha-conf.xml >@@ -176,5 +176,9 @@ __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> >+ --> >+ > </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