Closed terjedahl closed 7 years ago
Alter manifest.ts to use a more human-readable timestamp. Alt 1: a la Maven: Integer: yyyymmddhhmmss Alt 2: java.sql.Timestamp (ISO-format): String: "yyyy-mm-dd hh:mm:ss" Question: Is millisecond resolution needed/useful?
This would break existing clients trying to download the manifest, so I don't think it's worth it.
OK. Good point.
Alter manifest.ts to use a more human-readable timestamp. Alt 1: a la Maven: Integer: yyyymmddhhmmss Alt 2: java.sql.Timestamp (ISO-format): String: "yyyy-mm-dd hh:mm:ss" Question: Is millisecond resolution needed/useful?