Get custom formmatted GMT time string.
char timestr[8+1]; qTimeGetGmtStrf(buf, sizeof(buf), 0, "%H:%M:%S"); // HH:MM:SS
Definition at line 123 of file qTime.c.