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