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