trustcrypto / OnlyKey-App

The OnlyKey App is used for the initial setup and configuration of OnlyKey. Supported on Windows, macOS, Linux, and Chromebook (with Chrome App).
https://docs.crp.to/app.html
Other
105 stars 24 forks source link

Use ISO format for backup filename timestamp #159

Closed Ian2020 closed 3 years ago

Ian2020 commented 3 years ago

Suggested fix for #158. Instead of:

onlykey-backup-MM-D-YYYY-H-M-[AM/PM].txt

Use ISO format date for nicer ordering in file managers:

onlykey-backup-YYYY-MM-DDTHH:mm:ss.sssZ.txt

Example:

onlykey-backup-2011-10-05T14:48:00.000Z
onlykey commented 3 years ago

@Ian2020 Thanks for the PR @rodgolpe can you take a look at this?