Transform a DateTime to a Time.
Transform a DateTime to a Time
3 4 5
# File 'lib/utilities/datetime.rb', line 3 def to_time Time.parse(self.to_s) end