# File lib/og/backends/psql.rb, line 71 def self.date(date) return nil unless date return "#{date.year}-#{date.month}-#{date.mday}" end