module IntegerExt

For v0.12. Will be removed after v2

Public Instance Methods

to_time() click to toggle source
# File lib/fluent/timezone.rb, line 24
def to_time
  Time.at(self)
end