Comments
-
Greg Hurrell
Yep, still happening.
Stuff which I committed at 21:30 in my local timezone is showing up as 3 hours in the future in the repo browser (ie. 12:30 AM). That would be right if I were making the commits in New York, but I'm not.
How I see the commit in
git log
in San Francisco:Date: Sat Mar 26 21:31:36 2011 -0700
That's correct (and we're 7 hours behind GMT).
How I see the commit in the browser (with JavaScript turned on):
March 27, 2011 12:31:36 AM PDT
So it's reporting Pacific Daylight Time there.
How I see it with JavaScript turned off:
2011-03-27 07:31:36 UTC
-
Greg Hurrell
And just for reference, how I
git log
looks on the server:Date: Sat Mar 26 21:31:36 2011 -0700
Where the time as reported by
date
is currently:Sun Mar 27 01:39:41 EDT 2011
Compared to
date
on my local machine:Sat Mar 26 22:40:01 PDT 2011
-
Greg Hurrell
Fixed. Will go out with next deploy, most likely. (Not 100% sure, as I currently have two branches ready to go, one for Rails 3.0.8.rc2 and the other for 3.1.0.rc1; not sure which one will be go out first, and I've only made the fix on the Rails 3.1.0.rc1 branch so far.)
-
Greg Hurrell
Status changed:
- From: new
- To: closed
Add a comment
Comments are now closed for this issue.