Last edited/inserted FAQ entries (all)
66. I made changes to my oer configuration but the changes aren't getting saved! Why not?
26. How much load (channels, users, nicks, etc) can oer handle?
34. oer or oer+MySQL seems to disconnect from the IRC server (sign off) more often than other bots or IRC clients, why?
<<  |  <  |  >  |  >>
Q: How can I force oer to run in a specific timezone? (#47)
Inserted/last edited by EQU <equ@equnet.org> on 2002-07-13 11:26:09
A: You can set the timezone on the UNIX where oer is running. You could force it for example to run in Australian timezone although it really is in the United States. How it is done depends what UNIX you are running, usually it is achieved by setting the timezone with the following command and then running oer.

For csh/tcsh:
# setenv TZ Australia/Sydney
# ./oer

For ksh/sh/bash:
# export TZ=Australia/Sydney
# ./oer

The exact syntax will depend on what UNIX/command shell you are running. Anyway the problem is solved outside oer's context.