"RokuJoel" wrote:
I believe all our systems use UTC for the time. I can put in a request that the time-stamp be included with the date.
Thanks for the clarification as date cut-off being UTC time.
And yes, i think it will be useful if the transaction history shows full timestamp for transactions - probably best as ISO-8601's "2015-07-26T22:12:52Z" format* - so put a word/request for it, thank you.
(*) Not that i am particularly attracted to that format but it's already being used by
ifDateTime and it has big advantage of lexical sort being chronological. I.e. if CSV export gets sorted by that field as-a-string (no need to parse), rows will be in chronologic order - something that mm/dd/yyyy format fails ("7/26/2015" < "7/27/2014").