Fixed
Details
Assignee
Donald DeslogeDonald DeslogeReporter
Ronny TrommerRonny TrommerLabels
Tracking Code
ORGComponents
Affects versions
Priority
Major
Details
Details
Assignee
Donald Desloge
Donald DeslogeReporter
Ronny Trommer
Ronny TrommerLabels
Tracking Code
ORG
Components
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created June 21, 2011 at 4:41 PM
Updated January 27, 2017 at 4:20 PM
Resolved June 29, 2011 at 4:03 PM
In we found an issue running reports in WEST time zones. The problem is, we have to convert a Java date format into a postgres timestamp. In some time zones postgres is not able to cast the Java localized time stamp.
We found a workaround to solve this problem. We can add a Java simple date formatter to make it possible to normalize the located java date time.