Module: JunglePath::Time

Defined in:
lib/jungle_path/time/time.rb

Class Method Summary collapse

Class Method Details

.utc_timestampObject



5
6
7
# 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