CRREL / GRiD-API

9 stars 3 forks source link

Normalize timestamps #4

Closed chambbj closed 8 years ago

chambbj commented 9 years ago

For fields such as created_at and stated_at [sic], we use at least two time formats.

The first may be fairly standard for Oracle (YYYY-MM-DD HH24:MI:SS.FF6), e.g., 2015-08-25 19:22:11.970240.

The second is ISO 8601 (YYYY-MM-DDTHH24:MI:SS), e.g., 2014-05-14T00:00:00.

I think we should pick a representation and stick with it, probably the latter.

trevorskaggs commented 8 years ago

Will standardize to ISO 8601.