module MessageStore::Controls::Time::Processed
Public Class Methods
example(time=nil, offset_milliseconds: nil)
click to toggle source
# File lib/message_store/controls/time.rb, line 26 def self.example(time=nil, offset_milliseconds: nil) offset_milliseconds ||= self.offset_milliseconds Clock::Controls::Time::Offset.example(offset_milliseconds, time: time, precision: ISO8601.precision) end
offset_milliseconds()
click to toggle source
# File lib/message_store/controls/time.rb, line 38 def self.offset_milliseconds 11 end