secondlife / viewer

🖥️ Second Life's official client
GNU Lesser General Public License v2.1
189 stars 43 forks source link

Add timestamp to snapshot file names #1344

Closed bennettgoble closed 1 week ago

bennettgoble commented 2 weeks ago

This changeset adds a timestamp in the format of "YYYY-MM-DD_HMS" to snapshot filenames. This is useful for understanding when a snapshot was taken, chronologically ordering files, and is less confusing than the current method of adding a number to the snapshot name, as it does not result in interleaving of old and new snapshots inside a directory.

Closes #1343

bennettgoble commented 1 week ago

@marchcat merged into maint-c, thanks.