pnnl / Quality-Install-Tool

BSD 2-Clause "Simplified" License
1 stars 1 forks source link

Standardize stored date representations #123

Closed charliepnnl closed 1 year ago

charliepnnl commented 1 year ago

Change the stored representation of metadata_.created_at and metadata_.last_modified_at to standard UTC strings. This will make the treatment of the attachment timestamps and the date we get from DateInput.

Probably to most important reason to make this change, aside from consistency, is so a human can read the dates stored in the database. This will help debugging. We also have to be mindful that users may see this data when we give them an export feature.