Module: wine Branch: master Commit: dc9165895e1761de931b77827e2031cc5453578b URL: https://source.winehq.org/git/wine.git/?a=commit;h=dc9165895e1761de931b77827... Author: Giovanni Mascellani <gmascellani(a)codeweavers.com> Date: Tue Sep 21 09:27:10 2021 +0200 wine.inf: Fill gaps in Dynamic DST timezone data. Microsoft data is contiguous, and there applications (e.g., Mono) that depend on that. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51758 Signed-off-by: Giovanni Mascellani <gmascellani(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- loader/wine.inf.in | 226 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 226 insertions(+) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=dc9165895e1761de931b7...