Method: Time.use_utc

Defined in:
lib/openc3/core_ext/time.rb

.use_utcObject

Set up the Time class so that a call to the sys method will set the Time object being operated upon to be a UTC time.



91
92
93
# File 'lib/openc3/core_ext/time.rb', line 91

def self.use_utc
  @@use_utc = true
end