[Rt-commit] r18665 - in rt/3.999/trunk: .
sartak at bestpractical.com
sartak at bestpractical.com
Wed Mar 4 17:20:13 EST 2009
Author: sartak
Date: Wed Mar 4 17:20:13 2009
New Revision: 18665
Modified:
rt/3.999/trunk/ (props changed)
rt/3.999/trunk/lib/RT/DateTime.pm
Log:
r80905 at onn: sartak | 2009-03-04 17:20:07 -0500
Canonicalize "system" timezone (in addition to server)
Modified: rt/3.999/trunk/lib/RT/DateTime.pm
==============================================================================
--- rt/3.999/trunk/lib/RT/DateTime.pm (original)
+++ rt/3.999/trunk/lib/RT/DateTime.pm Wed Mar 4 17:20:13 2009
@@ -33,7 +33,7 @@
# if the user time zone is requested and the user has none, use the server's
# time zone
- if (!$tz || lc($tz) eq 'server') {
+ if (!$tz || lc($tz) eq 'server' || lc($tz) eq 'system') {
$tz = RT->config->get('TimeZone');
}
More information about the Rt-commit
mailing list