Bug 18674: Allow TZ SetEnv for plack
authorMark Tompsett <mtompset@hotmail.com>
Mon, 2 Apr 2018 19:24:25 +0000 (15:24 -0400)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 11 Apr 2018 19:44:14 +0000 (16:44 -0300)
commit9b1a5cd640a69f6accb6e35eb02eebd35d8af338
tree3831e6bdd0c4fe51b1787f2af8141e444846bd74
parente8ac2d38331872bc812f6ed32cf2fc5735a88bde
Bug 18674: Allow TZ SetEnv for plack

It should also be noted that
    /etc/apache2/sites-enabled/{configuration file}
should also contain:
    RequestHeader add X-Koha-SetEnv "TZ {timezone}"
Where {timezone} is the desired instance timezone.

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Koha/Middleware/SetEnv.pm