Ruby time string formating with strftime



examples/time/my_time.rb
now = Time.now

puts now.utc.strftime("%Y-%m-%d %H:%M:%S")