# File lib/facets/core/string/to_time.rb, line 4
def
to_time
require
'time'
Time
.
parse
(
self
)
end