[Source]
# File lib/extlib/datetime.rb, line 26 26: def to_datetime 27: self 28: end
# File lib/extlib/datetime.rb, line 13 13: def to_time 14: Time.parse self.to_s 15: end
[Validate]