# File lib/heroku/command/pg.rb, line 377 def time_format(time) time = Time.parse(time) if time.is_a?(String) time.strftime("%Y-%m-%d %H:%M %Z") end