Module: EventSource::Controls::Time::ISO8601

Defined in:
lib/event_source/controls/time.rb

Class Method Summary collapse

Class Method Details

.example(time = nil) ⇒ Object



17
18
19
20
# File 'lib/event_source/controls/time.rb', line 17

def self.example(time=nil)
  time ||= Raw.example
  Clock::UTC.iso8601(time)
end