Advertisement
Guest User

Untitled

a guest
Jun 29th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. set timezone "EST"
  2. This setting defines which timezone is your bot in. It's used for internal
  3. routines as well as for logfile timestamping and scripting purposes.
  4. The timezone string specifies the name of the timezone and must be three
  5. or more alphabetic characters. For example, Central European Time(UTC+1)
  6. should be "CET".
  7.  
  8.  
  9. set offset "5"
  10. The offset setting specifies the time value to be added to the local
  11. time to get Coordinated Universal Time (UTC aka GMT). The offset is
  12. positive if the local timezone is west of the Prime Meridian and
  13. negative if it is east. The value (in hours) must be between -23 and
  14. 23. For example, if the timezone is UTC+1, the offset is -1.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement