zsh and the stat command
Posted on June 22, 2007 in Linux
It works a litte bit different than in bash:
stat -g some_file
Shows the times in GMT
stat -s some_file
Shows the times in local time zone
You can find more about zsh's stat with man zshmodules
under zsh/stat