VideoGameSmash12 / HotbarsPlus

Get more use out of your saved hotbars!
MIT License
10 stars 2 forks source link

[Enhancement] User-friendly timestamps #9

Closed ghost closed 2 years ago

ghost commented 2 years ago

most people cannot meaningfully interpret UNIX timestamps. to improve the user-friendliness of backups, i recommend switching to some form or variant of ISO 8601, i.e.

yyyy-MM-ddatHH:mm:ss a -----> 2022-05-21 at 05:30:27 AM

VideoGameSmash12 commented 2 years ago

Good idea! I had intended to use Unix timestamps so that it would be easier to process with a "backup manager", but this might actually be better for people who don't want to use a fancy backup manager and just want to manage their backups on their own.

VideoGameSmash12 commented 2 years ago

Done in v2