|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Code changed in jenkins
User: Mark Waite
Path:
src/main/java/hudson/plugins/git/GitChangeSet.java
src/test/java/hudson/plugins/git/GitChangeSetSimpleTest.java
http://jenkins-ci.org/commit/git-plugin/b3dcb0270e6fd49738844b7ada28ec3ed0fae395
Log:
[Fix JENKINS-22536] Use ISO 8601 date format for GitChangeSet dates
The date format presented previously was a combination of the ISO 8601
formatted date and a copy of the time zone information from the original
git change log entry.
The new format is only the ISO 8601 formatted date, since it already
includes time zone information.