How do I use local timezones with PythonD?
PythonD makes use of the TZ API provided in DJGPP. See http://www.delorie.com/djgpp/v2faq/faq22_20.html The TZ environment variable is set pointing to the correct zonefile, which is part of the DJGPP distribution. I.e.: set TZ=/dev/env/DJDIR/zoneinfo/Australia/Sydney set TZ=D:\USR\DJGPP\zoneinfo\Australia\Sydney are legal and work, but set TZ=D:\\USR\\DJGPP\\zoneinfo\\Australia\\Sydney Will cause PythonD startup to delay several seconds.