@@ -, +, @@ /etc/apache2/sites-enabled/{configuration file} RequestHeader add X-Koha-SetEnv "TZ {timezone}" --- Koha/Middleware/SetEnv.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/Koha/Middleware/SetEnv.pm +++ a/Koha/Middleware/SetEnv.pm @@ -68,7 +68,8 @@ my $allowed_setenvs = qr/^( OVERRIDE_SYSPREF_NAMES | OPAC_CSS_OVERRIDE | OPAC_SEARCH_LIMIT | - OPAC_LIMIT_OVERRIDE + OPAC_LIMIT_OVERRIDE | + TZ )\ /x; sub call { --