class String

Public Instance Methods

to_tz(*args) click to toggle source
# File lib/zones.rb, line 91
def to_tz(*args)
  Time.to_tz(self, *args)
end
to_tz!(*args) click to toggle source
# File lib/zones.rb, line 95
def to_tz!(*args)
  Time.to_tz!(self, *args)
end