zfsonlinux / zfs-auto-snapshot

ZFS Automatic Snapshot Service for Linux
GNU General Public License v2.0
848 stars 244 forks source link

snapshot timestamp wrong (UTC) #38

Open hostingnuggets opened 9 years ago

hostingnuggets commented 9 years ago

The time in the snapshot name uses UTC although we are in UTC+1 and our server has been configured correctly. Is this normal or an issue? For us it would be nice if it could use the correct time zone and time of our storage server.

dajhorn commented 9 years ago

This is a duplicate of issues #18, #19, and #27.

jbnance commented 6 years ago

This is also a duplicate of https://github.com/zfsonlinux/zfs-auto-snapshot/issues/74.

I have created https://github.com/zfsonlinux/zfs-auto-snapshot/pull/77 which leaves the default as UTC but adds a program option --local-tz to allow using the local system's timezone.