Message120205
| Author | vstinner |
|---|---|
| Recipients | belopolsky, eric.araujo, kristjan.jonsson, michael.foord, pitrou, vstinner |
| Date | 2010-11-02.04:38:00 |
| SpamBayes Score | 7.198292e-06 |
| Marked as misclassified | No |
| Message-id | <1288672682.28.0.289967377517.issue10278@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I would also be nice to have a "monotonic" clock in Python. See monotonic.py for an example. But I don't know if it solves the same problem than time.wallclock() or not. I need a monotonic clock for a server on which NTP is sometimes called to resynchronize the system clock (and the NTP server may be change by the user). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-11-02 04:38:03 | vstinner | set | recipients: + vstinner, belopolsky, pitrou, kristjan.jonsson, eric.araujo, michael.foord |
| 2010-11-02 04:38:02 | vstinner | set | messageid: <1288672682.28.0.289967377517.issue10278@psf.upfronthosting.co.za> |
| 2010-11-02 04:38:01 | vstinner | link | issue10278 messages |
| 2010-11-02 04:38:00 | vstinner | create | |