Change Time

Questions about Wine on Linux
Locked
yolandre
Newbie
Newbie
Posts: 1
Joined: Mon May 30, 2022 3:39 pm

Change Time

Post by yolandre »

Hi,

I am using SDR software on Ubuntu Mate and have a problem with the time value of the Wine system. On Ubuntu Mate the date and time values are perfectly accurate, but the SDR software reflects a time approximately 2 hours prior to the actual date and time.

I installed (with great effort) Windows 7 on an old laptop, confirmed that the date and time values are accurate, installed the SDR software and from the get-go everything worked perfectly, i.e. the Windows 7 date and time was exactly the same as being reflected by the SDR software.

Is there a way that I can specify the Wine date and time as it obviously is not synchronizing with, or inheriting from, the host OS date and time?

Thanks in advance!
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Change Time

Post by jkfloris »

Maybe Wine/ Linux does not understand your time zone correctly.
What is the output of:

Code: Select all

wine reg QUERY 'HKLM\System\CurrentControlSet\control\TimeZoneInformation'
Locked