# File lib/og/backends/sqlite.rb, line 83 def self.parse_date(str) return nil unless str return Date.strptime(str) end