Re: gmtime

2010-02-01 Thread Gary Herron
gazza wrote: Hi, I am trying to discover how to obtain the correct time of say CST/ America and EST/America in python? Any help on this would be appreciated. Thanks, Garyc The datetime module should give you all you need. Gary Herron -- http://mail.python.org/mailman/listinfo/python-li

Re: gmtime

2010-01-31 Thread pograph
On Jan 31, 4:01 pm, gazza wrote: > On Jan 31, 3:27 pm, gazza wrote: > > > Hi, > > > I am trying to discover how to obtain the correct time of say CST/ > > America and EST/America in python? > > > Any help on this would be appreciated. > > > Thanks, > > Garyc > > I found some information. Someone

Re: gmtime

2010-01-31 Thread gazza
On Jan 31, 3:27 pm, gazza wrote: > Hi, > > I am trying to discover how to obtain the correct time of say CST/ > America and EST/America in python? > > Any help on this would be appreciated. > > Thanks, > Garyc I found some information. Someone suggested I use the pytz library? Cheers, Garyc --