Fixed
Details
Assignee
Christian PapeChristian PapeReporter
Jeff GehlbachJeff GehlbachLabels
Components
Sprint
NoneFix versions
Affects versions
Priority
Major
Details
Details
Assignee
Christian Pape
Christian PapeReporter
Jeff Gehlbach
Jeff GehlbachLabels
Components
Sprint
None
Fix versions
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created August 10, 2019 at 6:50 AM
Updated August 21, 2019 at 12:00 PM
Resolved August 14, 2019 at 4:07 PM
Date values are parsed and persisted using the DateFormat instance for the current locale. The restriction (e.g. Gt, Eq and Lt) method just uses the value's toString()-method to compare value which does not make any sense for date values represented in the locale's format. We must use the ISO format at this point.