class Time
Public Instance Methods
to_sql()
click to toggle source
# File lib/sqlstmt/core_to_sql.rb, line 40 def to_sql "'#{strftime('%Y-%m-%d %H:%M:%S')}'" end
# File lib/sqlstmt/core_to_sql.rb, line 40 def to_sql "'#{strftime('%Y-%m-%d %H:%M:%S')}'" end