wininet: Accept UTC as the equivalent of GMT. Based on a patch by Etaash Mathamsetty.
wininet: Use InternetTimeToSystemTimeW() to convert header values. The current code calls mktime() which interprets its argument as local time while these values are assumed to be in UTC.