GitHub user bobpaulin opened a pull request: https://github.com/apache/incubator-groovy/pull/45
Groovy 7127 Patch for https://issues.apache.org/jira/browse/GROOVY-7127 With love from CJUG with help from Cosmin Stroe and Steven Hicks. You can merge this pull request into a Git repository by running: $ git pull https://github.com/cjug/incubator-groovy GROOVY-7127 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-groovy/pull/45.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #45 ---- commit 2381ccea27233994f4a336d489c1aceea65e5210 Author: bpaulin <bpaulin@bob_paulin> Date: 2015-06-26T01:01:35Z GROOVY-7127 - Added Date Tests commit b5ed3bf7610c9663a09252f8f821b672a0a8761f Author: bpaulin <bpaulin@bob_paulin> Date: 2015-06-26T02:36:09Z GROOVY-7127 Allow isJsonDate to accept a date in format yyyy-MM-ddThh:mm:ss+0000 since this is how the JsonOutput.toJson method formats a date in Groovy. JSON does not have a standard string output per the ECMA spec so both may be accepted. commit 7e9270b965a2735d87bcc7246cd087d86a27e90e Author: bpaulin <bpaulin@bob_paulin> Date: 2015-06-26T02:44:46Z GROOVY-7127 - Fixed tabs to spaces. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---