-
Suggestion
-
Resolution: Won't Do
-
None
-
None
NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.
Hi Atlassian Support,
Time stamps used by JIRA in time HTML tag are not compatible with ISO8601, thus they are not easily converted to other formats.
This is affecting especially automation tools and scripts.
<time datetime="2015-11-21T17:37:45+0100" class="livestamp">21.11.15 17:37</time>
Buggy part is in time zone designator part of this time stamp.
2015-11-21T17:37:45+0100 - this is what JIRA is serving us
2015-11-21T17:37:45+01:00 - this is how it is supposed to look like defined by ISO8601
Note the colon in time zone designator part.
Reference - http://www.iso.org/iso/catalogue_detail?csnumber=40874
W3 - https://www.w3.org/TR/NOTE-datetime-970915 - free of charge
Thanks,
Oskar
- relates to
-
JRACLOUD-59430 Time stamps are not ISO8601 compatible
- Closed