loial schrieb:
> I am running on an AIX system with time zone set to BST
> 
> If I run the following, I get the GMT time, i.e an hour less than the
> correct time.
> 
> How can I get the correct time
> 
>         now = time()
> 
>         timeProcessed = strftime("%H:%M",gmtime(now))
> 

localtime?

Diez
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to