module EventSource::Controls::Time::Processed

Public Class Methods

example(time=nil, offset_milliseconds: nil) click to toggle source
# File lib/event_source/controls/time.rb, line 24
def self.example(time=nil, offset_milliseconds: nil)
  time ||= Time::Raw.example
  time = Raw.example(time, offset_milliseconds: offset_milliseconds)
  ISO8601.example(time)
end