Lightsail running Windows Server 2019 - need to change time zone

0

Suddenly, after over 3 years running Windows Server 2019 in a Lightsail instance, the boss wants to have the server's time zone match his. Windows Server denies me permission to change time zone, even though I'm a domain admin. I'm guessing because the when I'm logged into the Lightsail console, it shows "Oregon, Zone A (us-west-2a)". I didn't see any way in the console to set the 'zone' or anything else that would allow the server's time zone to be changed.

Danno
已提问 3 个月前203 查看次数
2 回答
0
已接受的回答

Hello.

Can you check if you have permission to change the time zone by running the command below in a command prompt?
If you cannot confirm "SeTimeZonePrivilege" by executing the command, it is possible that privileges are not set in the user's security group.

whoami /priv

You may be able to set it by changing it in other ways such as the following.
Right-click "timedate.cpl" and click "Run as administrator" to start it as shown below.
a

Set the time zone to the one you want to change.
b

profile picture
专家
已回答 3 个月前
AWS
支持工程师
已审核 3 个月前
0

Thanks. Opening an elevated 'timedate.cpl' worked. Not sure why SeTimeZonePrivilege is set to 'disabled' by default for a domain admin.

Danno
已回答 3 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则