engine_time()
      Module for doing time related operations in the engine (such as setting and getting the RTC time)
Attributes:
      datetime(time) [returns: RTC_OK, RTC_I2C_ERROR or tuple (year, month, mday, hour, min, sec, wday, yday)]
      is_compromised() [returns: True or False]
      RTC_OK [value: 1, type: int/enum]
      RTC_I2C_ERROR [value: -1, type: int/enum]

file: src/time/engine_time_module.c

landing