sysconf timezone

Display or set the timezone on the appliance.

User Access

admin, pseoperator

Syntax

sysconf timezone {set <timezone> | show}

Argument(s) Shortcut Description
set <timezone> se

Set the time zone on the appliance. The appliance uses the Linux standard for specifying the time zone. This standard provides several different methods for specifying the time zone.

For example, if you are located in Toronto, Canada, you could specify the time zone as EST, Canada/Eastern, America/Toronto, or GMT-5.

For a list of valid time zones, refer to the /usr/share/zoneinfo directory on any Redhat distribution.

show sh Display the currently configured time zone.

Example

psesh:>sysconf timezone set Canada/Eastern
 
Timezone set to Canada/Eastern
Command Result : 0 (Success)
 
 
 
psesh:>sysconf timezone show
 
EDT
 
Command Result : 0 (Success)