dom0 seems to be leaking my timezone is there a way I can have the clock panel be my local time zone but dom0 be elsewhere?
How does it seem to be leaking your timezone?
when I check my timezone in a browser with an IP in a different timezone the browser can see the same timezone as the output of timedatectl in dom0
any ideas?
If i remember correctly dom0 sync the time from sys-net and then dom0 give the time to the others vm when they boot with a qubes service someone will correct me if i’m wrong. But as far i understand you have only one option
- You setup a bash script in /rw/config/rc.local to automatically randomize the timezone after boot
So your bash script will need to set a different time and date but it must be accurate to the current real time
The simplest way would be to set your clockvm to what I presume is your sys-vpn. However this will affect all your VMs.
I believe this would be overwritten the next time sync.
Take a look at the anon-timezone feature (Qubes 4.3 only):
You can right click on the clock panel and set its display timezone under Properties. Then change the dom0 timezone to whatever you want to be passed on to VMs (that don’t have the anon-timezone feature set), e.g. change it to UTC.
qvm-features YOURVM anon-timezone 1