One hour difference in modification date & time bewteen mtime and displayed

This is a bit off-topic, might have to do with MacOS more than Julia, but it does involve Julia’s mtime function…

On a mac, the displayed date & time in the “modification time” column (in file-finder or whatever it’s called – not a mac user) is one hour off from what I get if I run:

using Dates
unix2datetime(ctime(file))

How is that possible?!

Is it a time zone issue? Unix time is always supposed to be in GMT.

1 Like

ooo, that might be it. So the time in that MacOS-GUI file-finder thing is something else. That could be the case…