aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/string/zones.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add String#in_time_zone methodAndrew White2012-12-111-0/+13
This commit adds a convenience method for converting a string to an ActiveSupport::TimeWithZone instance using the configured Time.zone or another passed as an argument.