Skip to content

Instantly share code, notes, and snippets.

@Ameen-Alam
Created September 8, 2020 04:51
Show Gist options
  • Save Ameen-Alam/7bf0f43ddf8c2b8cb3341b6ab30c6ddd to your computer and use it in GitHub Desktop.
Save Ameen-Alam/7bf0f43ddf8c2b8cb3341b6ab30c6ddd to your computer and use it in GitHub Desktop.
Change Timezone from CST To EST in CentOS/RHEL 7 Server
#!/bin/bash
# List all the available timezones using the below command:
timedatectl list-timezones
# Locate the correct timezone you need that is in the central timezone
# Set the specific timezone. For example, to set central timezone
timedatectl set-timezone America/Chicago
# Run the “date” command to verify the changes
date