Closed jmhobbs closed 9 years ago
You are correct, the dates should all be in UTC and translated to local time. I'll specify that more clearly in the docs.
Since the time is not cryptographically verified, I thought there was no point in adding millis, but I think I will add it back in. At some point, two nodes in communication will probably care about the millis, so it might as well be there.
A modified ISO 8601 is chosen to represent datetime's, but the shortened version doesn't include a timezone specifier.
Should all of these be considered UTC and translated to local time as needed?
Also, why the drop in granularity?
Thanks!