Module: Clock::Controls::Time::Offset

Defined in:
lib/clock/controls/time/offset.rb

Defined Under Namespace

Modules: Raw

Class Method Summary collapse

Class Method Details

.example(amount = nil, precision: nil, time: nil) ⇒ Object



5
6
7
8
9
# File 'lib/clock/controls/time/offset.rb', line 5

def self.example(amount=nil, precision: nil, time: nil)
  offset_time = Raw.example(amount, precision: precision, time: time)

  ISO8601.example(offset_time, precision: precision)
end