Module: LocalTime

Included in:
StandardTags
Defined in:
lib/local_time.rb

Instance Method Summary collapse

Instance Method Details

#adjust_time(time) ⇒ Object



2
3
4
5
# File 'lib/local_time.rb', line 2

def adjust_time(time)
  ::ActiveSupport::Deprecation.warn("`adjust_time' is deprecated. All time output is now auto-adjusted to TrustyCms::Config['local.timezone'] or the default ActiveRecord time zone.", caller)
  time
end