projects
/
bucardo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a43555e
)
Switch time zone to GMT, as we did in Bucardo4
author
Greg Sabino Mullane
<greg@endpoint.com>
Thu, 29 Aug 2013 02:45:55 +0000
(22:45 -0400)
committer
Greg Sabino Mullane
<greg@endpoint.com>
Thu, 29 Aug 2013 02:45:55 +0000
(22:45 -0400)
Bucardo.pm
patch
|
blob
|
blame
|
history
diff --git
a/Bucardo.pm
b/Bucardo.pm
index 2b4c6f58270d28fb751b0071f53703085fc140bd..cc1fe6b4e41c0a646ca4116cb8628942098b2a69 100644
(file)
--- a/
Bucardo.pm
+++ b/
Bucardo.pm
@@
-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