- http://www.file-extensions.org/nsx-file-extension-synology-diskstation-manager-exported-note
- actually a .zip file containing JSON files – I format them nicely through jq:
- https://stedolan.github.io/jq/
- the JSON comes with attributes ctime and mtime in seconds, “that have elapsed since 00:00:00 Coordinated Universal Time (UTC), Thursday, 1 January 1970, not counting leap seconds“:
- https://en.wikipedia.org/wiki/Unix_time – AKA POSIX time or Epoch time
- as the JSON syntax does not allow for comments, and I still want to have readable ctime and mtime, I am adding attributes “readable-ctime” and “readable-mtime”, with values created by “date ‘+%F %T’ –date=@SECONDS“
Leave a Reply