hi,
my eggdrop runs fine (finally =)) but when im in /ctcp bot chat console mode the timestamp is wrong...
i come from germany what would mean GMT+1... but the time is in console 2hours to late... e.g. its 20:00 here but in bot console stands 18:00.... i tryed so much settings.. but NONE of them changed time...
# This setting defines the timezone your bot is 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"
# If you don't want to use the timezone setting for scripting purposes only,
# but instead everywhere possible, un-comment the following line.
#set env(TZ) "$timezone $offset"
Add [SOLVED] to the thread title if your issue has been. Search | FAQ | RTM
The bot will stamp all logs with it's physical time i.e time of the shell it's on.
In my case, that bit of DCC information shows a 17 hr time difference between myself and the bot. The bots I have in SF are 17 hrs behind me so I have to contend with dates also i.e when the bot displays a date of the 18th, in real time (for me) it's the 19th.
I use the time zone setting in just one script as part of a status thing; apart from being used for internal routines and logfile time stamping, that's basically all it's ever useful for.
Add [SOLVED] to the thread title if your issue has been. Search | FAQ | RTM