module Fugit

def time_to_zone_s(t=Time.now)

def time_to_zone_s(t=Time.now)
  t.strftime('%Y-%m-%d %H:%M:%S %Z %z')
end