Skip to content

Commit

Permalink
[FIXED JENKINS-12573] Changing timezone identifier to numeric format
Browse files Browse the repository at this point in the history
  • Loading branch information
mc1arke committed Mar 20, 2012
1 parent 3601087 commit 991046d
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 @@ -107,7 +107,7 @@ public class CVSSCM extends SCM implements Serializable {

private static final long serialVersionUID = -2175193493227149541L;

private static final DateFormat DATE_FORMATTER = new SimpleDateFormat("dd MMM yyyy HH:mm:ss z", 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 991046d

Please sign in to comment.