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). |
| 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: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). |