class TZInfo::TimezoneOffset
def dst?
-
(Boolean)
- `true` if {std_offset} is non-zero, otherwise `false`.
def dst? @std_offset != 0 end
(Boolean)
- `true` if {std_offset} is non-zero, otherwise `false`.
def dst? @std_offset != 0 end