Module: MassiveRecord::ORM::AttributeMethods::TimeZoneConversion
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/massive_record/orm/attribute_methods/time_zone_conversion.rb
Overview
Module for handling time zones
Related attributes and configurations:
Base.default_timezone
is the zone persisted in the database
Base.time_zone_aware_attributes
is flag for disable / enable it altogether
Base.skip_time_zone_conversion_for_attributes
makes it possible to skip specific conversions on given attributes
Defined Under Namespace
Modules: ClassMethods