Sha256: 982d449328fdad2e318147473a76125aa173572de5f3623ac0ef21087440240f
Contents?: true
Size: 253 Bytes
Versions: 172
Compression:
Stored size: 253 Bytes
Contents
module LocalTime 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 end
Version data entries
172 entries across 172 versions & 1 rubygems