Pascal Schumacher created GROOVY-7462: -----------------------------------------
Summary: groovy.json.internal.Dates instantiates objects without explicitly specifying the miliseconds parameter Key: GROOVY-7462 URL: https://issues.apache.org/jira/browse/GROOVY-7462 Project: Groovy Issue Type: Bug Components: JSON Affects Versions: 2.4.3 Reporter: Pascal Schumacher Assignee: Guillaume Laforge groovy.json.internal.Dates instantiates objects without explicitly specifying the miliseconds parameter. By omission, it ends up using the value provided by Calendar.getInstance(), which is copied over from System.currentTimeMillis(). This is a problem when comparing dates. Source: [https://mail-archives.apache.org/mod_mbox/incubator-groovy-dev/201506.mbox/%3CCAJ_y_NCp4EKX11DCd%3D%3D7pkoS-16Y2JBnB6xpy%2BDQenYTaOV9Ew%40mail.gmail.com%3E] -- This message was sent by Atlassian JIRA (v6.3.4#6332)