mirror of
https://github.com/github/rails.git
synced 2026-01-29 00:08:15 -05:00
committed by
Joshua Peek
parent
4210d85a3f
commit
14a65cd982
@@ -166,7 +166,6 @@
|
||||
|
||||
* Introduce ActiveSupport::TimeWithZone, for wrapping Time instances with a TimeZone. Introduce instance methods to Time for creating TimeWithZone instances, and class methods for managing a global time zone. [Geoff Buesing]
|
||||
|
||||
>>>>>>> .r8815
|
||||
* Replace non-dst-aware TimeZone class with dst-aware class from tzinfo_timezone plugin. TimeZone#adjust and #unadjust are no longer available; tzinfo gem must now be present in order to perform time zone calculations, via #local_to_utc and #utc_to_local methods. [Geoff Buesing]
|
||||
|
||||
* Extract ActiveSupport::Callbacks from Active Record, test case setup and teardown, and ActionController::Dispatcher. #10727 [Josh Peek]
|
||||
|
||||
Reference in New Issue
Block a user