Changes between Initial Version and Version 10 of Ticket #1077


Ignore:
Timestamp:
2013-05-22T23:42:31Z (11 years ago)
Author:
zooko
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1077

    • Property Keywords time usability logging added
    • Property Owner changed from somebody to zooko
    • Property Status changed from new to assigned
  • Ticket #1077 – Description

    initial v10  
    1 All timestamps which are visible in the user interface, log files or other files, automatically generated filenames, etc., should be in the same format and timezone. For the present, that format should be RFC 3339 format, e.g. {{{2010-06-12 03:54:00.12345}}}. There is code in [source:src/allmydata/util/time_format.py@4005#L11 time_format.py] that will generate this format (if you tell it to use a space char as separator instead of the default underscore char as separator).
     1All timestamps which are visible in the user interface, log files or other files, automatically generated filenames, etc., should be in the same format and timezone. For the present, that format should be RFC 3339 format, e.g. {{{2010-06-12 03:54:00.12345}}}. There is code in [source:trunk/src/allmydata/util/time_format.py?annotate=blame&rev=7607268a58f31842f94c415a3403c6740c898679 time_format.py] that will generate this format (if you tell it to use a space char as separator instead of the default underscore char as separator).
    22
    33For the present, the timezone should be UTC. For added unambiguity, append the char {{{Z}}} to the end of the timestamp to indicate UTC.