Module: LocalTime
- Included in:
- AdminHelper, 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 Radiant::Config['local.timezone'] or the default ActiveRecord time zone.", caller) time end |