What is the format of the Timezone in the new SettingsCommand.Command.Settings.TimeZone setting?
The current docs are vague.
TimeZone
string
https://developer.apple.com/documentation/devicemanagement/settingscommand/command/settings/timezone?changes=latest_minor
Would it be the same as the setting in the TimeServer profile setting
timeZone
string
The time zone path location string in /usr/share/zoneinfo/; for example, America/Denver or Zulu.
https://developer.apple.com/documentation/devicemanagement/timeserver?changes=latest_minor
or a different format entirely?
Speaking of which if a Timeserver profile is applied and the new SettingsCommand is sent with a different Timezone which takes precedence or will that be an error?
The current docs are vague.
TimeZone
string
https://developer.apple.com/documentation/devicemanagement/settingscommand/command/settings/timezone?changes=latest_minor
Would it be the same as the setting in the TimeServer profile setting
timeZone
string
The time zone path location string in /usr/share/zoneinfo/; for example, America/Denver or Zulu.
https://developer.apple.com/documentation/devicemanagement/timeserver?changes=latest_minor
or a different format entirely?
Speaking of which if a Timeserver profile is applied and the new SettingsCommand is sent with a different Timezone which takes precedence or will that be an error?