Configuring Timezone

To configure the Clock Timezone, use the following command:

Reference

Command

[no] clock timezone <timezones>

Description

Clock timezone configuration

Parameters

Timezone

Mode

CONFIG

Example

pbnoscli(config)# 
pbnoscli(config)# clock timezone 
 <timezones>              
pbnoscli(config)# clock timezone Pacific/Tahiti
pbnoscli(config)#

You can verify the configuration by using the command(s) below:

pbnoscli# show clock 
Sun 25 Sep 2022 09:34:05 PM -10
pbnoscli# 
pbnoscli# show running-config 
configure terminal
ntp add 162.159.200.1
clock timezone Pacific/Tahiti
!
interface mgmt
ip address 10.4.4.52/24 gateway 10.4.4.1
!
pbnoscli#