edvin / fxlauncher

Auto updating launcher for JavaFX Applications
Apache License 2.0
714 stars 110 forks source link

human-readable timestamp #51

Closed terjedahl closed 7 years ago

terjedahl commented 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?

edvin commented 7 years ago

This would break existing clients trying to download the manifest, so I don't think it's worth it.

terjedahl commented 7 years ago

OK. Good point.