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?!