29 30 31 32
# File 'lib/fugit/misc.rb', line 29 def time_to_zone_s(t=Time.now) t.strftime('%Y-%m-%d %H:%M:%S %Z %z') end