Your timezone. The value is set automatically from your browser, so please only modify
if
it's incorrect. <br>
<script language=
"JavaScript"
>
<!--
function
setCustomerTimezone()
{
tzlist = document.getElementById(
"customfield_10421"
);
if
(tzlist) {
if
(/CreateIssueDetails.jspa/.test(tzlist.form.action)) {
// Value has not yet been set if (tzlist.value == -1) {
offset =
new
Date().getTimezoneOffset() / 60;
// hours from GMT
if
(offset <= 0) { tzlist.value=
"GMT+"
+(-offset); }
else
{ tzlist.value =
"GMT-"
+offset; }
// }
}
}
}
window.onload = setCustomerTimezone;
//-->
</script>
We had a similar problem. We had to clean it up in the database and then restart the JIRA instance to get it pick up the change.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.