I noticed that ActiveSupport::CoreExtensions::Time::Calculations::ClassMethods.end_of_month() returns a new Time with the time set to 00:00:00. I expected it to return 23:59:59. Am I missing something? Should this be changed? Scott
Apparently Analagous Threads
- calendardateselect problem
- how to get day name using ActiveSupport libraries
- european date format
- Problem loading modules through ActiveSupport on_load
- Overriding class_attribute writers and order of super/extend C.M./included block eval in ActiveSupport::Concern