Search code examples
unixunix-timestampstat

Stat command detail information


I am running command $stat -c%y filename on linux system Output:2014-03-08 13:26:29.335545828 -0800

I am not able to understand the last -0800 thing. Anyone have any idea ?

Thank You!!


Solution

  • It seems to be your offset from UTC - ie your timezone. Guessing you are on the west coast of the US?