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.
General support and discussion of Eggdrop bots.
-
holycrap
- Op
- Posts: 152
- Joined: Mon Jan 21, 2008 11:19 pm
Post
by holycrap »
If l live in (GMT-08:00) Pacific Time (US & Canada) time zone, what do I set the *.conf to for the following?
set timezone
and
set offset
I've tried "set timezone GMT" and "set offset -8", but the log time stamp is still wrong.
Thanks!
Last edited by
holycrap on Sat Sep 06, 2008 6:06 am, edited 1 time in total.
-
swarfega
- Voice
- Posts: 25
- Joined: Sat Oct 07, 2006 6:40 am
Post
by swarfega »
I added the line: set env(TZ) "$timezone $offset" below which seemed to help
-
holycrap
- Op
- Posts: 152
- Joined: Mon Jan 21, 2008 11:19 pm
Post
by holycrap »
I added the line: set env(TZ) "$timezone $offset" below which seemed to help
That still doestn' wrok.
-
Alchera
- Revered One
- Posts: 3344
- Joined: Mon Aug 11, 2003 12:42 pm
- Location: Ballarat Victoria, Australia
-
Contact:
Post
by Alchera »
set timezone "PST"
set offset "8"
Add [SOLVED] to the thread title if your issue has been.
Search |
FAQ |
RTM
-
holycrap
- Op
- Posts: 152
- Joined: Mon Jan 21, 2008 11:19 pm
Post
by holycrap »
set timezone "PST"
set offset "8"
That still didn't do the trick.
-
holycrap
- Op
- Posts: 152
- Joined: Mon Jan 21, 2008 11:19 pm
Post
by holycrap »
set timezone GMT
set offset 8
set env(TZ) "$timezone $offset"
It works now.
Thanks everyone!