VMware Workspace ONE Community
Mario_Giese
Enthusiast
Enthusiast

set iOS timezone

Hi, 
is there a way to set the time zone on iOS devices via WSO UEM?
The location services on the devices are deactivated and the users have to set the correct time zone manually.
Haven't found anything in the documentation but I saw that it is possible since iOS 14.

BR Mario 

0 Kudos
3 Replies
ogushia
Hot Shot
Hot Shot

Hi,
It is possible to change time zone of specific device with following step.
1. In device list view, check target device
2. Click [More Action] > [Custom Command]
3. Enter XML like below, then click [SEND]
---------------------
<dict>
<key>RequestType</key>
<string>Settings</string>
<key>Settings</key>
<array>
<dict>
<key>Item</key>
<string>TimeZone</string>
<key>TimeZone</key>
<string>America/New_York</string>
</dict>
</array>
</dict>
---------------------

ogushia_0-1651061464718.png

 

The target device must be set to supervised mode.
https://developer.apple.com/documentation/devicemanagement/settingscommand/command/settings/timezone

Mario_Giese
Enthusiast
Enthusiast

Hi,

thanks, that works great!
But is there also a way to create a custom settings profile with this setting for automatic deployment?

BR
Mario

Tags (1)
0 Kudos
ogushia
Hot Shot
Hot Shot

Unfortunatelly, I couldn't find a way to set time zone with Profile or other way...
Perhaps an API could be used to automate the execution of the that custom commands.
However, in that case, you would need to use WS1 Intelligence or similar.

0 Kudos