You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by bw...@apache.org on 2003/06/14 09:52:42 UTC

cvs commit: maven/src/plugins-build/xdoc/src/plugin-resources/templates team-list.xml

bwalding    2003/06/14 00:52:41

  Modified:    src/plugins-build/xdoc/src/plugin-resources/templates
                        team-list.xml
  Log:
  Some weird timezone calculations in there before. Not really sure what the magic 20 is, but it makes things work better than before.
  
  Revision  Changes    Path
  1.7       +1 -1      maven/src/plugins-build/xdoc/src/plugin-resources/templates/team-list.xml
  
  Index: team-list.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/xdoc/src/plugin-resources/templates/team-list.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- team-list.xml	12 Jun 2003 09:12:01 -0000	1.6
  +++ team-list.xml	14 Jun 2003 07:52:41 -0000	1.7
  @@ -17,7 +17,7 @@
   			date.getHours(),
   			date.getMinutes(),
   			date.getSeconds()
  -		  ) - offset*60*60*1000);
  +		  ) + (offset - 20) *60*60*1000);
   
   	    document.getElementById(id).innerHTML = dateOffset;
         }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org