GitHub user kemiya-yx opened a pull request: https://github.com/apache/hadoop/pull/44
The `hadoop fs -ls` command and `hadoop fs -stat` command will show different time if the default timezone isn't UTC You can merge this pull request into a Git repository by running: $ git pull https://github.com/kemiya-yx/hadoop trunk Alternatively you can review and apply these changes as the patch at: https://github.com/apache/hadoop/pull/44.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #44 ---- commit e52db5e7882e3b08dfa5d04f2eee026b567fb4c2 Author: kemiya-yx <kemiya...@users.noreply.github.com> Date: 2015-11-09T23:48:11Z adapt `hadoop fs -stat` time to current timezone If the timezone is not "UTC", the modify time of `hadoop fs -stat` will be different from the modify time of `hadoop fs -ls` commit be38ce358fc9ea98d9e6de53ec9d419feb78d748 Author: kemiya-yx <kemiya...@users.noreply.github.com> Date: 2015-11-11T09:42:49Z modify document of stat ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---