loader: Add UTC Time Zone

Sebastian Lackner sebastian at fds-team.de
Sun Aug 2 20:50:37 CDT 2015


On 02.08.2015 14:12, Philippe Groarke wrote:
> Fixes 39008
> ---
>  loader/wine.inf.in | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/loader/wine.inf.in b/loader/wine.inf.in
> index 315ef29..2a7505c 100644
> --- a/loader/wine.inf.in
> +++ b/loader/wine.inf.in
> @@ -3070,6 +3070,10 @@ HKLM,%CurrentVersionNT%\Time Zones\US Mountain Standard Time,"Display",,"America
>  HKLM,%CurrentVersionNT%\Time Zones\US Mountain Standard Time,"Dlt",,"US Mountain Daylight Time"
>  HKLM,%CurrentVersionNT%\Time Zones\US Mountain Standard Time,"Std",,"US Mountain Standard Time"
>  HKLM,%CurrentVersionNT%\Time Zones\US Mountain Standard Time,"TZI",1,a4,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
> +HKLM,%CurrentVersionNT%\Time Zones\UTC,"Display",,"Etc/GMT"
> +HKLM,%CurrentVersionNT%\Time Zones\UTC,"Dlt",,"Etc/GMT"
> +HKLM,%CurrentVersionNT%\Time Zones\UTC,"Std",,"Etc/GMT"
> +HKLM,%CurrentVersionNT%\Time Zones\UTC,"TZI",,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00

Hello Philippe,

thanks for working on this. The line above is unfortunately not completely correct,
you forgot to specify the type of the registry key (it should be a binary key in this case).
It should look like this:

HKLM,%CurrentVersionNT%\Time Zones\UTC,"TZI",1,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00

Besides that the patch is fine.

Regards,
Sebastian

>  HKLM,%CurrentVersionNT%\Time Zones\Venezuela Standard Time,"Display",,"America/Caracas"
>  HKLM,%CurrentVersionNT%\Time Zones\Venezuela Standard Time,"Dlt",,"Venezuela Daylight Time"
>  HKLM,%CurrentVersionNT%\Time Zones\Venezuela Standard Time,"Std",,"Venezuela Standard Time"
> 




More information about the wine-devel mailing list