Skip to content

Commit

Permalink
[FIXED JENKINS-12573] Switch to RFC 1123 compliant date as per CVS spec
Browse files Browse the repository at this point in the history
  • Loading branch information
mc1arke committed Feb 15, 2012
1 parent 38a8ccc commit 3bbeea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/hudson/scm/CVSSCM.java
Expand Up @@ -105,7 +105,7 @@ public class CVSSCM extends SCM implements Serializable {

private static final long serialVersionUID = -2175193493227149541L;

private static final DateFormat DATE_FORMATTER = new SimpleDateFormat("yyyy-MM-dd HH:mm:ssz", Locale.UK);
private static final DateFormat DATE_FORMATTER = new SimpleDateFormat("dd MMM yyyy HH:mm:ss z", Locale.UK);

/**
* True to avoid creating a sub-directory inside the workspace. (Works only
Expand Down

0 comments on commit 3bbeea4

Please sign in to comment.