diff --git a/dlls/ntdll/time.c b/dlls/ntdll/time.c index 3f2f3d98d20..7b34455c80c 100644 --- a/dlls/ntdll/time.c +++ b/dlls/ntdll/time.c @@ -149,6 +149,9 @@ static const struct tagTZ_INFO TZ_INFO[] = {"GMT", {'G','M','T',' ','S','t','a','n','d','a','r','d',' ','T','i','m','e','\0'}, 0, 0}, + {"UTC", + {'G','M','T',' ','S','t','a','n','d','a','r','d',' ','T','i','m','e','\0'}, + 0, 0}, {"CEST", {'C','e','n','t','r','a','l',' ','E','u','r','o','p','e',' ','S','t','a', 'n','d','a','r','d',' ','T','i','m','e','\0'}, -120, 1},