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