So I left the 'z'ed off the ISO date on purpose ... although it appears I *may* have been misguided. My rationale:
when we create the instance record, we create a record with created_at field
filled with a date like "2011-02-21 19:01:45.653573" (sqlite) which should be
localtime not utctime (which would have the "z" suffix).
However, now that I look at it, we are logging utctime just not calling it that.
Let me investigate whether this is DB dependent or not and then I'll update the bug and re-propose the merge. If we are logging utctime everywhere, it's a trivial change -- i should have something this afternoon PST.
bobya, jaypipes:
So I left the 'z'ed off the ISO date on purpose ... although it appears I *may* have been misguided. My rationale:
when we create the instance record, we create a record with created_at field
filled with a date like "2011-02-21 19:01:45.653573" (sqlite) which should be
localtime not utctime (which would have the "z" suffix).
However, now that I look at it, we are logging utctime just not calling it that.
Let me investigate whether this is DB dependent or not and then I'll update the bug and re-propose the merge. If we are logging utctime everywhere, it's a trivial change -- i should have something this afternoon PST.