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:
bwalding
2003-04-18 15:00:55 +00:00
parent d5013b0ce0
commit 66d8d72578

View File

@@ -17,7 +17,7 @@
date.getHours(),
date.getMinutes(),
date.getSeconds()
) + offset*60*60*1000);
) - offset*60*60*1000);
document.getElementById(id).innerHTML = dateOffset;
}