I create a btrfs snapshot with the name "snap@2020-05-23-May-1590239805" .
The last number in he name is seconds since the 'epoch' ,
Using this number I use 'date' to give me this
date --date='@1590239805'
Sat 23 May 2020 09:16:45 AM EDT
Yet if check the snap date I get this
ls -ld snap@2020-05-23-May-1590239805
drwxr-xr-x 1 root root 484 May 22 15:16 snap@2020-05-23-May-1590239805
What am I missing here ?
The last number in he name is seconds since the 'epoch' ,
Using this number I use 'date' to give me this
date --date='@1590239805'
Sat 23 May 2020 09:16:45 AM EDT
Yet if check the snap date I get this
ls -ld snap@2020-05-23-May-1590239805
drwxr-xr-x 1 root root 484 May 22 15:16 snap@2020-05-23-May-1590239805
What am I missing here ?
Comment