Got timezones back to front
PR: MAVEN-387 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113357 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
date.getHours(),
|
||||
date.getMinutes(),
|
||||
date.getSeconds()
|
||||
) + offset*60*60*1000);
|
||||
) - offset*60*60*1000);
|
||||
|
||||
document.getElementById(id).innerHTML = dateOffset;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user