# File lib/og/backends/sqlite.rb, line 76
def
self
.
parse_timestamp
(
str
)
return
Time
.
parse
(
str
)
end