Class: DateTime

Inherits:
Object show all
Defined in:
lib/rhc/core_ext.rb

Overview

:nocov:

Instance Method Summary collapse

Instance Method Details

#to_timeObject



150
151
152
# File 'lib/rhc/core_ext.rb', line 150

def to_time
  Time.parse(to_s)
end