CentOS 8.x Change system timezone

From Notes_Wiki
Revision as of 07:14, 9 February 2021 by Saurabh (talk | contribs) (Created page with "<yambe:breadcrumb self="Change system timezone">CentOS 8.x System Administration|System Administration</yambe:breadcrumb> =CentOS 8.x Change system timezone= To change system...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<yambe:breadcrumb self="Change system timezone">CentOS 8.x System Administration|System Administration</yambe:breadcrumb>

CentOS 8.x Change system timezone

To change system timezone we can use timezonectl (similar to hostnamectl) command:

  1. To change timezone to Asia/Kolkata use:
    timezonectl set-timezone 'Asia/Kolkata'
  2. To see time in UTC and current timezone use:
    timezonectl


There is older article on this at CentOS 7.x Change system timezone