module AccountComponent::Controls::Time::Effective

Public Class Methods

example(time=nil, offset_milliseconds: nil) click to toggle source
# File lib/account_component/controls/time.rb, line 44
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/account_component/controls/time.rb, line 56
def self.offset_milliseconds
  1
end