Method: String#to_time

Defined in:
lib/cotcube-helpers/swig/date.rb

#to_timeObject



32
33
34
# File 'lib/cotcube-helpers/swig/date.rb', line 32

def to_time
  DateTime::strptime(self, "%s")
end