UTC
if (strcmp(format_string, UTC) == 0) {
format_string = strdup(UTC);
static const char UTC[3] __nonstring = "UTC";
if (strncmp(ptr, UTC, sizeof(UTC)) == 0)
ptr += sizeof(UTC);