Skip to content

Commit

Permalink
fixed date parsing(#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcc committed Apr 24, 2018
1 parent c7d3090 commit cefb511
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grails-app/conf/application.groovy
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
grails.databinding.dateFormats = [
"yyyy-MM-dd'T'HH:mm:ss.SSS'Z'", // javascript format in json
"yyyy-MM-dd HH:mm:ss.S",
"yyyy-MM-dd'T'hh:mm:ss'Z'",
"yyyy-MM-dd'T'hh:mm:ssZ",
"yyyy-MM-dd'T'HH:mm:ss'Z'",
"yyyy-MM-dd'T'HH:mm:ssZ",
"dd.MM.yyyy"
]

Expand Down

0 comments on commit cefb511

Please sign in to comment.