Skip to content
This repository has been archived by the owner on Apr 5, 2019. It is now read-only.

Commit

Permalink
Small fix for -ve timezone offset.
Browse files Browse the repository at this point in the history
  • Loading branch information
Barnaby Gray committed Jul 22, 2010
1 parent 76c5cf0 commit 9416b7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/js/common.js
Expand Up @@ -34,6 +34,7 @@ stashboard.rfc1123 = function(date){

if (offset < 0) {
off = "+";
hours = -hours;
} else {
off = "-";
}
Expand Down

0 comments on commit 9416b7b

Please sign in to comment.