Hi,
An issue in Jira has two fields, which go to the search xml like this:
<due>Sun, 21 Apr 2013 00:00:00 +0400</due> <customfieldname>Start Date</customfieldname><customfieldvalues><customfieldvalue>Fri, 7 Dec 2012 00:00:00 +0400</customfieldvalue></customfieldvalues>
However, when I use the exatcly same link for Jira Issues macro parameter, the table that it renders has these dates presented using different regional settings, English and Russian:
Start Date Due 07/дек/12 Apr 21, 2013
How is this even possible? How to correct that?
Thanks
No one cares.
Hi,
Please check the language settings in Confluence whether it's in English. Also, please do check the locale settings of the Confluence server machine, whether it's in English or in russian. As you might be affecting by this bug
Hope it helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for your reply. I'm almost sure the locale is different from settings.
The question I have is I'm not sure why one date (for system field DUE) is in one format and locale, and the other (for custom field) is in another locale. Shouldn't they be rendered according one way?
I found these descrepancies, don't know if they relate:
\atlassian-jira\WEB-INF\classes\templates\plugins\fields\view\view-date.vm
<span title="$dateFieldFormat.format($value)"><time datetime="$iso8601Formatter.format($value)">$dateFieldFormat.format($value)</time></span>
\atlassian-jira\WEB-INF\classes\templates\plugins\fields\view\view-datetime.vm
<span title="$titleFormatter.format($value)"><time datetime="$iso8601Formatter.format($value)">$datePickerFormatter.format($value)</time></span>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.