Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


setting_system_clock_to_utc_gmt_timezone

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
setting_system_clock_to_utc_gmt_timezone [2008/01/30 11:14] – created juckinssetting_system_clock_to_utc_gmt_timezone [2017/04/05 20:11] (current) juckins
Line 1: Line 1:
-====== System Clock Configuration to use UTC/GMT Timezone ======+==== System Clock Configuration to use UTC/GMT Timezone ==== 
 + 
 +For CentOS 7: 
 + 
 +http://8086.support/content/12/76/en/how-do-i-change-the-timezone-on-centos-7-to-utc.html 
 + 
 +CentOS 7 now includes a tool to change the timezone, to view your current timezone run the following command 
 +<code> 
 +timedatectl 
 +</code> 
 + 
 +To change this to UTC (or to any other timezone) run the following: 
 +<code> 
 +timedatectl set-timezone UTC 
 +</code> 
 + 
 +For previous RedHat/CentOS releases: 
 On linux systems the system clock time zone should be set to UTC and ntpd should be running to keep the system clock synchronized.  Proper configuration is described below (you must have root access to perform these procedures) On linux systems the system clock time zone should be set to UTC and ntpd should be running to keep the system clock synchronized.  Proper configuration is described below (you must have root access to perform these procedures)
  
setting_system_clock_to_utc_gmt_timezone.1201709644.txt.gz · Last modified: 2008/01/30 11:14 by juckins