This is just a quick article one how to change the timezone for Manjaro Linux.
- Check the current time status by running:
timedatectl status
2. Setting the NTP from Time
timedatectl set-ntp true
3. Verify the time zones available
timedatectl list-timezones
4. Set the time zone
timedatectl set-timezone <Time zone>
Example:
timedatectl set-timezone America/Chicago
5. Check the Status to verify that the time zone set
timedatectl status
Great! So you have manually set the timezone on Manjaro linux!