﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
113	timestamps of incident files -- UTC	Zooko		"I'm looking at some ""incident"" files, with names like:

{{{
incident-2008-08-22-162028-hd4vfua.flog.bz2
}}}

as recorded in #111, and #112, I would appreciate having ISO-8601'ish formatting and having a timezone indicator.  If both of those were provided, then the filename would would look like:

{{{
incident-2008-08-22_16:20:28-07-hd4vfua.flog.bz2
}}}

I would like to, at least optionally, have these timestamps in UTC instead of in the local timezone.  This would be better for my use because I more frequently need to figure out the relative order and timing of events which are from different computers from different timezones or from unknown timezones than from the same timezone.

If you want shorter filenames, ISO-8601 allows UTC timestamps to have their timezone indicated with a single character, like this:

{{{
incident-2008-08-22_16:20:28Z-hd4vfua.flog.bz2
}}}

Or for uniformity with non-UTC timestamps, it can be written as ""+00"", like this:

{{{
incident-2008-08-22_16:20:28+00-hd4vfua.flog.bz2
}}}
"	defect	closed	major	undecided	logging	0.3.0	duplicate		
