[Wine] Serious problem

Paul van der Vlis paul at vandervlis.nl
Tue Oct 31 07:36:22 CST 2006


Paul van der Vlis schreef:

> This helped:
> 
> --------
> #!/bin/bash
> export TZ=GMT
> wine /opt/schedule/SCHDPL32.EXE /U agenda
> --------
> 
> setting the TZ did it.
> An export TZ=GMT-1  does not work.
> An export TZ=   does work.


This, at the end of system.reg, works too. And is maybe better.
(Dutch specific)

-----------
[System\\CurrentControlSet\\Control\\TimeZoneInformation] 1162294285
"ActiveTimeBias"=hex:c4,ff,ff,ff
"Bias"=hex:c4,ff,ff,ff
"DaylightBias"=hex:c4,ff,ff,ff
"DaylightFlag"=hex:01,00,00,00
"DaylightName"="West-Europa (zomertijd)"
"DaylightStart"=hex:00,00,03,00,00,00,05,00,02,00,00,00,00,00,00,00
"StandardBias"=hex:00,00,00,00
"StandardName"="West-Europa (standaardtijd)"
"StandardStart"=hex:00,00,0a,00,00,00,05,00,03,00,00,00,00,00,00,00
"StandardTime"=hex:97,ae,ff,ff
-----------

Then the TZ variable is not needed anymore.

With regards,
Paul van der Vlis.




More information about the wine-users mailing list