From a81d88662745abe5f2f58e8f5e477e74b500539f Mon Sep 17 00:00:00 2001 From: bwalding Date: Sat, 14 Jun 2003 07:52:41 +0000 Subject: [PATCH] Some weird timezone calculations in there before. Not really sure what the magic 20 is, but it makes things work better than before. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113492 13f79535-47bb-0310-9956-ffa450edef68 --- xdoc/src/plugin-resources/templates/team-list.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xdoc/src/plugin-resources/templates/team-list.xml b/xdoc/src/plugin-resources/templates/team-list.xml index 92017746..da3c8dbd 100644 --- a/xdoc/src/plugin-resources/templates/team-list.xml +++ b/xdoc/src/plugin-resources/templates/team-list.xml @@ -17,7 +17,7 @@ date.getHours(), date.getMinutes(), date.getSeconds() - ) - offset*60*60*1000); + ) + (offset - 20) *60*60*1000); document.getElementById(id).innerHTML = dateOffset; }