# File lib/core_ext/time.rb, line 2
  def to_json(*a)
    %("#{strftime("%Y/%m/%d %H:%M:%S %z")}")
  end