module JunglePath::Time
Public Class Methods
utc_timestamp()
click to toggle source
# File lib/jungle_path/time/time.rb, line 5 def self.utc_timestamp ::Time.now.utc.strftime("%Y%m%dT%H%M%SD%6NUTC") end
# File lib/jungle_path/time/time.rb, line 5 def self.utc_timestamp ::Time.now.utc.strftime("%Y%m%dT%H%M%SD%6NUTC") end