Re: Time zone issue

2007-11-14 Thread Justin
I'm sorry, please disregard. It turns out I just needed to restart the service. I have to remember that restarting the webserver does not restart the service. Thanks. On Nov 14, 9:25 am, Justin <[EMAIL PROTECTED]> wrote: > After migrating a new site to it's future production server I seem to > be

Re: Time zone issue

2007-11-14 Thread Miguel Galves
DO you have automatic daylight saving time? We had the same problem here, using Java and Postgres. It seems that this Windows feature have strange side-effects... On Nov 14, 2007 11:25 AM, Justin <[EMAIL PROTECTED]> wrote: > > After migrating a new site to it's future production server I seem t

Time zone issue

2007-11-14 Thread Justin
After migrating a new site to it's future production server I seem to be experiencing a weird error. I have a windows service (in python) that reads phone data in through the serial port, writes the data to a file and sets up a Django environment to write that data to the database. Here's the catc