Hi! have read around but whatever I do in my egg.conf my timestamps at the webstats is way off by days...
When I run "date" in my shell, I get:
Fri Feb 1 05:39:25 EST 2008
My local time (and the time I want do display on my website) is: 11:39:25 ergo: plus 6 hours... Norwegian time which is UTC +1 hour winter time and +2 hours summer.
I have tried different time zones and different offset times... guess this is the only thing I can change, but the time on the web-stats page seems to always be wrong by days...
# This setting defines the timezone is your bot in. It's used for internal
# routines as well as for logfile timestamping and scripting purposes.
# The timezone string specifies the name of the timezone and must be three
# or more alphabetic characters. For example, Central European Time(UTC+1)
# should be "CET".
set timezone "EST"
# The offset setting specifies the time value to be added to the local
# time to get Coordinated Universal Time (UTC aka GMT). The offset is
# positive if the local timezone is west of the Prime Meridian and
# negative if it is east. The value (in hours) must be between -23 and
# 23. For example, if the timezone is UTC+1, the offset is -1.
set offset "5"