os_make_time [function]

os_make_time( int sec, int min = 0, int hour = 0, int mday = 0, int mon = 0, int year = 0 )

returns time as UNIX timestamp, generated from the arguments, using them as hints (under-/overflows may have some unexpected behavior)