Refactor: libcrmcommon: iso8601.c change uint to uint32_t
This is to be consistent with the prototypes in the iso8601.h header
file, as well as among functions in iso8601.c, some of which already use
uint32_t.
Signed-off-by: Reid Wahl <nrwahl@protonmail.com>