157 158 159
# File 'lib/zones.rb', line 157 def to_day Date.to_day(self) end
161 162 163
# File 'lib/zones.rb', line 161 def to_day!(fmt="%Y-%m-%d") to_day.strftime(fmt) end
149 150 151
# File 'lib/zones.rb', line 149 def to_tz(*args) Time.to_tz(self, *args) end
153 154 155
# File 'lib/zones.rb', line 153 def to_tz!(*args) Time.to_tz!(self, *args) end