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