inaccuracy in the time module
Paul Rubin
http
Mon Sep 4 16:53:13 EDT 2006
More information about the Python-list mailing list
Mon Sep 4 16:53:13 EDT 2006
- Previous message (by thread): Tkinter window focusing or selecting
- Next message (by thread): inaccuracy in the time module
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
alf <ask at me> writes: > >>> t=time() > >>> mktime(gmtime(t))-t > 17999.680048942566 > why there is a difference? time() is a floating point number with fractional seconds. gmtime()'s resolution is one second.
- Previous message (by thread): Tkinter window focusing or selecting
- Next message (by thread): inaccuracy in the time module
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list