aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/date_time/zones.rb
Commit message (Collapse)AuthorAgeFilesLines
* Refactor Date, Time, DateTime timezone methodsGilad Zohari2013-08-011-21/+2
| | | | | | Similar implementations of #in_time_zone exists for Date, Time and DateTime so method is extracted into its own module. Also some logic is extracted into private method.
* Fixes Dependency bug in Active SupportTomohiko Himura2013-05-021-0/+1
| | | | DateTime defined in date.rb
* update AS/core_ext docs [ci skip]Francesco Rodriguez2012-09-121-5/+6
|
* AS core_ext refactoring pt.2Alexey Gaziev2012-04-291-3/+5
|
* added find_zone and find_zone! to AS timezones and changed the AS Railtie to ↵Josh Kalderimis2011-04-051-1/+1
| | | | | | use find_zone! as well as adding Railtie tests Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
* Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵Santiago Pastorino2010-08-141-1/+1
| | | | 's/[ \t]*$//' -i {} \;)
* Refactor move some date, time and date_time methods to */zones and fixed ↵Santiago Pastorino2010-07-031-0/+2
| | | | some requires
* when the timezone is nil, a TimeWithZone object should not be constructed. ↵Aaron Patterson2010-06-171-0/+2
| | | | | | [#4881 state:resolved] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* Convert DateTime extension modules to class reopensJeremy Kemper2009-03-261-0/+17