class Locked::Utils::Timestamp
generates proper timestamp
Public Class Methods
call()
click to toggle source
# File lib/locked/utils/timestamp.rb, line 7 def self.call Time.now.utc.iso8601(3) end
generates proper timestamp
# File lib/locked/utils/timestamp.rb, line 7 def self.call Time.now.utc.iso8601(3) end