# File lib/og/backends/psql.rb, line 63 def self.timestamp(time = Time.now) return nil unless time return time.strftime("%Y-%m-%d %H:%M:%S") end