A git clone and git log shows:
commit 9f50df66490024285da9f3d4a322e0804c3a0254
Author: Ross Lagerwall rosslagerwall@gmail.com
Date: Tue Jun 28 18:48:15 2011 +0200
This would put the commit just over 3 hours ago, not 1 hour ago as the first link says.
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Originally by: mandriver
This is maybe a duplicate of http://sourceforge.net/p/allura/tickets/716/.
Originally by: rosslagerwall
I am also seeing this problem.
I am at +0200 and code that I committed 2 hours and 55 minutes ago says:
"Authored by Ross Lagerwall 55 minutes ago".
Current Local time: Tue Jun 28 21:44:54 SAST +0200 2011
Commit: Date: Tue Jun 28 18:48:15 2011 +0200
Can you give examples of the repo/commits that are exhibiting the problem? That would make it easier for us to diagnose and fix.
Originally by: rosslagerwall
Sure.
https://sourceforge.net/p/backuprotator/code/ci/9f50df66490024285da9f3d4a322e0804c3a0254/
A git clone and git log shows:
commit 9f50df66490024285da9f3d4a322e0804c3a0254
Author: Ross Lagerwall rosslagerwall@gmail.com
Date: Tue Jun 28 18:48:15 2011 +0200
This would put the commit just over 3 hours ago, not 1 hour ago as the first link says.
Thanks
Apparently our git library is now returning author/commit timestamps at UTC so we need to remove our timezone correction code.
QA: code review, then merge to dev and set to validation
Merged to dev.