bilaharith commented on issue #1207: Hadoop 16479 URL: https://github.com/apache/hadoop/pull/1207#issuecomment-518970175 Hi @steveloughran Both time comparisons in this test case is done with time in millis(long). Now fStat.getModificationTime() returns correct value. Previously fStat.getModificationTime() was not returning correct time in millis as the time was parsed in JVM time zone instead of UTC. This test ensures the correctness of fStat.getModificationTime().
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
