[
https://issues.jenkins-ci.org/browse/JENKINS-12573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=160776#comment-160776
]
Fabian Olarte edited comment on JENKINS-12573 at 3/26/12 1:36 PM:
------------------------------------------------------------------
I have solved temporaly it by adding the following argument to the JRE in the
file [jenkins.xml]:" -Duser.timezone=GMT"; such as:
<executable>%BASE%\jre\bin\java</executable>
<arguments>-Xrs -Xmx256m
-Dhudson.lifecycle=hudson.lifecycle.WindowsServiceLifecycle
*-Duser.timezone=GMT* -jar "%BASE%\jenkins.war" --httpPort=8080</arguments>
was (Author: faolarte):
I have solved temporaly it by adding the following argument to the JRE in
the file [jenkins.xml]:" -Duser.timezone=GMT"; such as:
<executable>%BASE%\jre\bin\java</executable>
<arguments>-Xrs -Xmx256m
-Dhudson.lifecycle=hudson.lifecycle.WindowsServiceLifecycle -Duser.timezone=GMT
-jar "%BASE%\jenkins.war" --httpPort=8080</arguments>
> CVS plugin version 2.0 checkout failed: Can't parse date/time
> -------------------------------------------------------------
>
> Key: JENKINS-12573
> URL: https://issues.jenkins-ci.org/browse/JENKINS-12573
> Project: Jenkins
> Issue Type: Bug
> Components: cvs
> Affects Versions: current
> Environment: Jenkins ver. 1.424.2
> Jenkins CVS Plug-in 2.0
> Reporter: Eric Co
> Assignee: Michael Clarke
> Priority: Blocker
> Attachments: screenshot-1.jpg
>
>
> After I upgraded the CVS plugin 2.0, got the following error:
> cvs checkout -P -D 2012-01-30 16:37:44HKT -d abc abc
> cvs [checkout aborted]: Can't parse date/time: 2012-01-30 16:37:44HKT
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira