Skip to content

Commit

Permalink
[JENKINS-25845] Use ISO 8601 date format
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlatombe committed Jun 18, 2015
1 parent 82a3a38 commit b386403
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -509,7 +509,7 @@ String generateSlaveXml(String id, String java, String vmargs, String args) thro
* @return the formatted current time stamp.
*/
protected String getTimestamp() {
return String.format("[%1$tD %1$tT]", new Date());
return String.format("[%1$tF %1$tT]", new Date());
}

@Extension
Expand Down

0 comments on commit b386403

Please sign in to comment.