We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fced30c + 6f456ae commit f1e8962Copy full SHA for f1e8962
activesupport/lib/active_support/core_ext/time/zones.rb
@@ -55,10 +55,10 @@ def zone=(time_zone)
55
# end
56
57
#
58
- # NOTE: This won't affect any <tt>ActiveSupport::TimeWithZone</tt>
59
- # objects that have already been created, e.g. any model timestamp
60
- # attributes that have been read before the block will remain in
61
- # the application's default timezone.
+ # NOTE: This won't affect any <tt>ActiveSupport::TimeWithZone</tt>
+ # objects that have already been created, e.g. any model timestamp
+ # attributes that have been read before the block will remain in
+ # the application's default timezone.
62
def use_zone(time_zone)
63
new_zone = find_zone!(time_zone)
64
begin
0 commit comments