Class: ActiveSupport::TimeZone
- Inherits:
-
Object
- Object
- ActiveSupport::TimeZone
- Defined in:
- lib/greenwich/time_zone.rb,
lib/greenwich/extensions/time_zone.rb
Instance Method Summary collapse
Instance Method Details
#freeze ⇒ Object
3 4 5 6 |
# File 'lib/greenwich/extensions/time_zone.rb', line 3 def freeze tzinfo; utc_offset; super end |
#to_s ⇒ Object
3 4 5 |
# File 'lib/greenwich/time_zone.rb', line 3 def to_s name end |