[Tutor] revisiting struct and bytes again.

Hugo González Monteverde hugonz at h-lab.net
Sun Oct 8 19:47:18 CEST 2006


> i can make a byte a string or number or whatever now. Up to the number 255.
> I now have a problem with something that comes in as a 4 byte 
> representation of
> the number of seconds since 1970.

Hi Shawn,

That's an epoch time as used in UNIX. Are you sure that what you're 
trying to do cannot be done with the Python time module?

What is it exactly that you're trying to do?

Hugo



More information about the Tutor mailing list