Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
Description
jenkins do report git commit date based on master timezone, not using committer timezone.
For sample, Committer date is reported by raw changelog as `1424725127 -0500`
This is parsed by git-plugin ChangelogParser as `iso.format(1424725127) + remaining string`
If jenkins master run as UTC+1 (Fr) this will result into : `2015-02-23T21:58:47+0100 -0500` which is wrong
Attachments
Issue Links
- is related to
-
JENKINS-22536 Date in changeset is in wrong format
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Description |
jenkins do report git commit date based on master timezone, not using committer timezone. For sample, Committer date is reported by raw changelog as `1424725127 -0500` This is parsed by git-plugin ChangelogParser as `iso.format(1424725127) + remaining string` If jenkins master run as UTC this will result into : `2015-02-23T21:58:47+0100 -0500` which is wrong |
jenkins do report git commit date based on master timezone, not using committer timezone. For sample, Committer date is reported by raw changelog as `1424725127 -0500` This is parsed by git-plugin ChangelogParser as `iso.format(1424725127) + remaining string` If jenkins master run as UTC+1 (Fr) this will result into : `2015-02-23T21:58:47+0100 -0500` which is wrong |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Link |
This issue is related to |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Workflow | JNJira [ 161290 ] | JNJira + In-Review [ 208461 ] |