customfield datetimepicker problem with summertime

Steve Vogel March 31, 2015

Hi.

 

We have a custom field as date time picker and an own written mailhandler.
The mailhandler looks for this custom field like this:
issueInputParameters.addCustomFieldValue(id, "31/Mar/15 8:13");

 

Since it changed to summer time, it writes now in this customfield "31/Mar/15 9:13" (+ 1 hour).  Are there some settings to fix this or do I have to program a workaround in the mailhandler?

 

Thank you in advance.

 

2 answers

0 votes
Steve Vogel April 9, 2015

The problem was the timezone from the user which creates the issue. There it was set to an African timezone. After changing it to Europe Berlin, it works fine.

0 votes
Dmitrii Apanasevich
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 31, 2015

Hi!

Maybe there is a problems with timezone. Look at this https://answers.atlassian.com/questions/9880988

Steve Vogel April 9, 2015

Thank you for the hint with the timezone.

Suggest an answer

Log in or Sign up to answer