Hi Manoj, On Fri, Nov 11, 2011 at 04:48:45AM +0000, Manoj Kumar wrote: > Hi All, > > I have seen some wired issue with haproxy logs files. Tail of HA proxy log, > notice time is 3 hours ahead. This is hindering our ability to correlate > logs. It has been fixed after reloading haproxy config. Is there any fix for > this please let me know?
Haproxy gets the time from the system. However, since the timezone is retrieved via the libc which in turn takes it from a file, it is read once upon startup. I suspect that what happened is simply that you changed the timezone since you last started haproxy, and it could not be made aware of it since doing so only affects programs loaded after the operation. Regards, Willy

