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
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
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
--