module Stamped
Useful extensions for converting time to and from iso8601 in UTC
Stamped
version
Constants
- VERSION
Public Class Methods
included(base)
click to toggle source
# File lib/stamped.rb, line 6 def self.included(base) base.extend(ClassMethods) end
Public Instance Methods
stamp()
click to toggle source
# File lib/stamped.rb, line 10 def stamp utc.iso8601 end