MCUXpresso SDK (2.6.2) seems to be missing time support, at least as far as the C standard library (C90, C99) is concerned. I need to convert snvs_hp_rtc_datetime_t to time_t, which is what mktime() would normally do, but that requires a struct tm. Alternatively, if time were available as, or convertible to, type time_t, I could work with that.