[Tutor] Processing unix style timestamp

Alan Gauld alan.gauld at btinternet.com
Fri Mar 7 01:13:52 CET 2008


"Ravi Kondamuru" <ravikondamuru at gmail.com> wrote

> I have a log file that prints the date and time in the following 
> format:
> Mon Feb 11 01:34:52 CST 2008

> I looked at datetime, but it seems slightly complex to work with non 
> GMT
> timestamps.

Try the basic time module.
It has gmttime functions...

Alan G 




More information about the Tutor mailing list