datetime(time)
      Returns a datetime tuple representing the current date down to the second (based on the RTC clock that may lose time if it/Thumby Color fully loses power)
Parameters:
      time [value: tuple of ints in format (year, month, mday, hour, min, sec, wday{optional & unused}, yday{optional & unused}) (optional), type: tuple]
Return Value: RTC_OK, RTC_I2C_ERROR or tuple (year, month, mday, hour, min, sec, wday, yday)

file: src/time/engine_time_module.c

landing