Changes between Initial Version and Version 1 of Ticket #100


Ignore:
Timestamp:
10/13/2008 03:24:51 PM (16 years ago)
Author:
Brian Warner
Comment:

reformatted summary a bit

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #100 – Description

    initial v1  
    33Here is Markus Kuhn's advocacy and summary of ISO-8601:
    44
    5 http://www.cl.cam.ac.uk/~mgk25/iso-time.html
     5 * http://www.cl.cam.ac.uk/~mgk25/iso-time.html
    66
    77Here is the related discussion from the Tahoe trac:
    88
    9 http://allmydata.org/trac/tahoe/ticket/326 # use consistent time stamps in logging
     9 * http://allmydata.org/trac/tahoe/ticket/326 # use consistent time stamps in logging
    1010
    1111Here are some Python implementations of ISO and/or UTC timestamps:
    1212
    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
    1416
    1517This ticket is the more urgent, less controversial subset of #90 (timestamps: formatting and timezones).