Switch time zone to GMT, as we did in Bucardo4
authorGreg Sabino Mullane <greg@endpoint.com>
Thu, 29 Aug 2013 02:45:55 +0000 (22:45 -0400)
committerGreg Sabino Mullane <greg@endpoint.com>
Thu, 29 Aug 2013 02:45:55 +0000 (22:45 -0400)
Bucardo.pm

index 2b4c6f58270d28fb751b0071f53703085fc140bd..cc1fe6b4e41c0a646ca4116cb8628942098b2a69 100644 (file)
@@ -2632,7 +2632,7 @@ sub start_kid {
                 $xdbh->do('SET statement_timeout = 0');
 
                 ## Using the same time zone everywhere keeps us sane
-                $xdbh->do(q{SET TIME ZONE 'UTC'});
+                $xdbh->do(q{SET TIME ZONE 'GMT'});
 
                 ## Rare, but allow for tcp fiddling
                 if ($config{tcp_keepalives_idle}) { ## e.g. not 0, should always exist