Class: Castle::Utils::Timestamp
- Inherits:
-
Object
- Object
- Castle::Utils::Timestamp
- Defined in:
- lib/castle/utils/timestamp.rb
Overview
generates proper timestamp
Class Method Summary collapse
Class Method Details
.call ⇒ Object
7 8 9 |
# File 'lib/castle/utils/timestamp.rb', line 7 def self.call Time.now.utc.iso8601(3) end |