# File lib/ruote/util/time.rb, line 48 def self.time_to_utc_s(t) "#{t.utc.strftime('%Y-%m-%d %H:%M:%S')}.#{sprintf('%06d', t.usec)} UTC" end