method
current_time_from_proper_timezone
current_time_from_proper_timezone()
private
Hide source
# File activerecord/lib/active_record/timestamp.rb, line 95 def current_time_from_proper_timezone #:nodoc: self.class.default_timezone == :utc ? Time.now.utc : Time.now end


