Is it possible to run VM on my local server time?

I’m running Xcode automation on the bitrise VMs, but running into issues because the bitrise VMs are on UTC which is not the same time zone as our servers. Is it possible to select the VM’s time zone?

Hi @lydia.mc!

There’s no way to adjust this on the UI, but on MacOS machines you can run a script with the following content:

sudo systemsetup -settimezone timezone

Which should allow you to set the timezone :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.