Configuring the Time Zone
To configure this feature, use the following configuration:
config
tai-group name { name tai_group_name | range range }
timezone { + | - } hours value [ minutes { 0 | 15 | 30 | 45 } | daylight-savings-time-increment { 0 | 1 | 2 } ]
tais { name tai_list_name | range range | preference preference }
timezone { + | - } hours value [ minutes { 0 | 15 | 30 | 45 } | daylight-savings-time-increment { 0 | 1 | 2 } ]
end
NOTES:
-
To modify or update the time zone entry, use the following configuration:
-
Configure no time zone using the no timezone command.
For example:
amf(config-tai-group-xxx)# no timezone
-
Configure the new time zone values.
-
-
The AMF uses the configured time zone in the messages that are sent to the SMSF as part of ueTimeZone IE. When the time zone is configured at both tai-group and tai-list levels, the preference is configured under the tai-list.
-
preference preference —Specify the preference. The time zone configured within the TAI list gets the preference.
-
timezone { + | - } hours value [ minutes { 0 | 15 | 30 | 45 } | daylight-savings-time-increment { 0 | 1 | 2 } ] —Specify the time zone for the TAI list. The variables included the following:
-
{ + | - } —Specify the offset direction from the Universal Time (UTC).
-
hours value —Specify the offset from UTC in hours. Accepted value must be an integer 0—14.
-
[ minutes { 0 | 15 | 30 | 45 } —(Optional) Specify the offset minutes that are added to the hours value.
-
daylight-savings-time-increment { 0 | 1 | 2 } —Specify the number of hours during which the time zone should be offset due to daylight savings time.
-