Alexandre Julliard pushed to branch master at wine / wine
Commits: 5a23afb3 by Hans Leidekker at 2024-11-15T19:07:24+01:00 wininet: Accept UTC as the equivalent of GMT.
Based on a patch by Etaash Mathamsetty.
- - - - - 8b121591 by Hans Leidekker at 2024-11-15T19:07:26+01:00 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.
- - - - -
4 changed files:
- dlls/wininet/http.c - dlls/wininet/tests/http.c - dlls/wininet/tests/internet.c - dlls/wininet/utility.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6a015328995035ee790c3dc938c6ac...