FreeNas share showing wrong modified time on MAC

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












I have a FreeNas server that we use as a network file share. Nothing fancy. Unfortunately, machines connecting to it report different times for file modification times.



SSHing in and running date gives the correct time:



# date
Fri Jun 15 13:21:29 BST 2018


Looking at a particular file:



On my Linux machine, the time modified is correct: 12:01. Looking on a mac, however, the modified time is 14:01.



The correct time is 12:01 which is what ls -lh gives.



EDIT:



All machines are set to London Europe timezone and have NTP enabled.







share|improve this question





















  • It would have helpde if you'd shown the output of ls -l from the Mac (did you check the timezones? ls always shows the time relative to the users timezone / filesystem data is stored in GMT)
    – symcbean
    Jun 15 at 13:20










  • @symcbean Sorry, I am not a mac guy. How can I ls -l the server files from the mac? Obviously I could SSH in but then I would be running the command directly on the server which is what I have already done
    – Jonathan Hodgson
    Jun 15 at 14:02










  • Try the terminal tool in the applications folder.
    – symcbean
    Jun 15 at 15:41














up vote
0
down vote

favorite












I have a FreeNas server that we use as a network file share. Nothing fancy. Unfortunately, machines connecting to it report different times for file modification times.



SSHing in and running date gives the correct time:



# date
Fri Jun 15 13:21:29 BST 2018


Looking at a particular file:



On my Linux machine, the time modified is correct: 12:01. Looking on a mac, however, the modified time is 14:01.



The correct time is 12:01 which is what ls -lh gives.



EDIT:



All machines are set to London Europe timezone and have NTP enabled.







share|improve this question





















  • It would have helpde if you'd shown the output of ls -l from the Mac (did you check the timezones? ls always shows the time relative to the users timezone / filesystem data is stored in GMT)
    – symcbean
    Jun 15 at 13:20










  • @symcbean Sorry, I am not a mac guy. How can I ls -l the server files from the mac? Obviously I could SSH in but then I would be running the command directly on the server which is what I have already done
    – Jonathan Hodgson
    Jun 15 at 14:02










  • Try the terminal tool in the applications folder.
    – symcbean
    Jun 15 at 15:41












up vote
0
down vote

favorite









up vote
0
down vote

favorite











I have a FreeNas server that we use as a network file share. Nothing fancy. Unfortunately, machines connecting to it report different times for file modification times.



SSHing in and running date gives the correct time:



# date
Fri Jun 15 13:21:29 BST 2018


Looking at a particular file:



On my Linux machine, the time modified is correct: 12:01. Looking on a mac, however, the modified time is 14:01.



The correct time is 12:01 which is what ls -lh gives.



EDIT:



All machines are set to London Europe timezone and have NTP enabled.







share|improve this question













I have a FreeNas server that we use as a network file share. Nothing fancy. Unfortunately, machines connecting to it report different times for file modification times.



SSHing in and running date gives the correct time:



# date
Fri Jun 15 13:21:29 BST 2018


Looking at a particular file:



On my Linux machine, the time modified is correct: 12:01. Looking on a mac, however, the modified time is 14:01.



The correct time is 12:01 which is what ls -lh gives.



EDIT:



All machines are set to London Europe timezone and have NTP enabled.









share|improve this question












share|improve this question




share|improve this question








edited Jun 15 at 13:52
























asked Jun 15 at 12:26









Jonathan Hodgson

9212




9212











  • It would have helpde if you'd shown the output of ls -l from the Mac (did you check the timezones? ls always shows the time relative to the users timezone / filesystem data is stored in GMT)
    – symcbean
    Jun 15 at 13:20










  • @symcbean Sorry, I am not a mac guy. How can I ls -l the server files from the mac? Obviously I could SSH in but then I would be running the command directly on the server which is what I have already done
    – Jonathan Hodgson
    Jun 15 at 14:02










  • Try the terminal tool in the applications folder.
    – symcbean
    Jun 15 at 15:41
















  • It would have helpde if you'd shown the output of ls -l from the Mac (did you check the timezones? ls always shows the time relative to the users timezone / filesystem data is stored in GMT)
    – symcbean
    Jun 15 at 13:20










  • @symcbean Sorry, I am not a mac guy. How can I ls -l the server files from the mac? Obviously I could SSH in but then I would be running the command directly on the server which is what I have already done
    – Jonathan Hodgson
    Jun 15 at 14:02










  • Try the terminal tool in the applications folder.
    – symcbean
    Jun 15 at 15:41















It would have helpde if you'd shown the output of ls -l from the Mac (did you check the timezones? ls always shows the time relative to the users timezone / filesystem data is stored in GMT)
– symcbean
Jun 15 at 13:20




It would have helpde if you'd shown the output of ls -l from the Mac (did you check the timezones? ls always shows the time relative to the users timezone / filesystem data is stored in GMT)
– symcbean
Jun 15 at 13:20












@symcbean Sorry, I am not a mac guy. How can I ls -l the server files from the mac? Obviously I could SSH in but then I would be running the command directly on the server which is what I have already done
– Jonathan Hodgson
Jun 15 at 14:02




@symcbean Sorry, I am not a mac guy. How can I ls -l the server files from the mac? Obviously I could SSH in but then I would be running the command directly on the server which is what I have already done
– Jonathan Hodgson
Jun 15 at 14:02












Try the terminal tool in the applications folder.
– symcbean
Jun 15 at 15:41




Try the terminal tool in the applications folder.
– symcbean
Jun 15 at 15:41















active

oldest

votes











Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: false,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);








 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f449986%2ffreenas-share-showing-wrong-modified-time-on-mac%23new-answer', 'question_page');

);

Post as a guest



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes










 

draft saved


draft discarded


























 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f449986%2ffreenas-share-showing-wrong-modified-time-on-mac%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

Peggy Mitchell

Palaiologos

The Forum (Inglewood, California)