Pages

Saturday 1 February 2020

How to change Time Zone on Oracle Linux (Working)

I tried multiple commands from different posts which ran correctly but didn't change Time Zone permanently. I figured out following steps in order to change Time Zone info on Oracle Linux:

1. Run tzselect (this will return timezone name)
2. Run timedatectl set-timezone OUTPUT_OF_ABOVE

Then execute date to confirm if it worked.

No comments:

Post a Comment