6 7 8
# File 'lib/overload/time.rb', line 6 def long strftime("%Y-%m-%d %H:%M") end
2 3 4
# File 'lib/overload/time.rb', line 2 def short strftime("%Y-%m-%d") end