Method: Puppet::Pops::Serialization::TimeFactory.local

Defined in:
lib/puppet/pops/serialization/time_factory.rb

.local(*args) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



22
23
24
# File 'lib/puppet/pops/serialization/time_factory.rb', line 22

def self.local(*args)
  sec_nsec_safe(Time.local(*args))
end