Module | ActiveSupport::JSON |
In: |
lib/active_support/json/encoders/string.rb
lib/active_support/json/decoding.rb lib/active_support/json/variable.rb lib/active_support/json/encoding.rb |
DATE_REGEX | = | /^\d{4}-\d{2}-\d{2}|\d{4}-\d{1,2}-\d{1,2}[ \t]+\d{1,2}:\d{2}:\d{2}(\.[0-9]*)?(([ \t]*)Z|[-+]\d{2}?(:\d{2})?)?$/ | matches YAML-formatted dates |