aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/json/encoders/time.rb
Commit message (Expand)AuthorAgeFilesLines
* Adding Time and DateTime #formatted_offset, for outputting +HH:MM utc offset ...Geoff Buesing2008-01-231-1/+1
* Time#to_json uses Numeric#to_utc_offset_s to output cross-platform-consistent...Geoff Buesing2008-01-121-1/+1
* Disambiguate Time, Date, and DateTime#to_json formatting. Closes #9750.Jeremy Kemper2007-10-051-1/+1
* Hash#to_json takes :only or :except options to specific or omit certain hash ...Jeremy Kemper2007-10-041-1/+1
* Date, Time, and DateTime#to_json. Closes #8399.Jeremy Kemper2007-05-181-0/+5