Changes between Initial Version and Version 1 of Ticket #100
- Timestamp:
- 10/13/2008 03:24:51 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #100 – Description
initial v1 3 3 Here is Markus Kuhn's advocacy and summary of ISO-8601: 4 4 5 http://www.cl.cam.ac.uk/~mgk25/iso-time.html5 * http://www.cl.cam.ac.uk/~mgk25/iso-time.html 6 6 7 7 Here is the related discussion from the Tahoe trac: 8 8 9 http://allmydata.org/trac/tahoe/ticket/326 # use consistent time stamps in logging9 * http://allmydata.org/trac/tahoe/ticket/326 # use consistent time stamps in logging 10 10 11 11 Here are some Python implementations of ISO and/or UTC timestamps: 12 12 13 http://allmydata.org/trac/tahoe/browser/src/allmydata/node.py?rev=2731#L30 http://allmydata.org/trac/tahoe/browser/src/allmydata/util/time_format.py?rev=2424#L12 http://allmydata.org/trac/pyutil/browser/pyutil/pyutil/time_format.py?rev=93 13 * http://allmydata.org/trac/tahoe/browser/src/allmydata/node.py?rev=2731#L30 14 * http://allmydata.org/trac/tahoe/browser/src/allmydata/util/time_format.py?rev=2424#L12 15 * http://allmydata.org/trac/pyutil/browser/pyutil/pyutil/time_format.py?rev=93 14 16 15 17 This ticket is the more urgent, less controversial subset of #90 (timestamps: formatting and timezones).