This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Eggdrop'S time ?

Old posts that have not been replied to for several years.
Locked
G
GriZly

Eggdrop'S time ?

Post by GriZly »

Hi,

IS there a way I could force the bot'S time to my local time (GMT -5). I want to change this for the channel logs....
f
firepac
Voice
Posts: 31
Joined: Wed Jun 18, 2003 5:41 am
Location: Queensland, Australia

Post by firepac »

Look in bots config file for the following and set accordingly:

set timezone "XYZ"
set offset ""
set env(TZ) "$timezone $offset"
G
GriZly

Post by GriZly »

eh :P
User avatar
KrzychuG
Master
Posts: 306
Joined: Sat Aug 16, 2003 2:51 pm
Location: Torun, Poland
Contact:

Post by KrzychuG »

This will get shell timezone:

Code: Select all

set env(TZ) [clock format 0 -format %Z]
Que?
Locked