Method: Fugit.time_to_zone_s

Defined in:
lib/fugit/misc.rb

.time_to_zone_s(t = Time.now) ⇒ Object



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