How to disable daylight savings time transition in Linux?
Since you will not be following your local time zone, you need to create your own personal time zone file.
Typing the following commands as root solved the problem:
1 | cd /etc<br />rm localtime<br />ln -s /usr/share/zoneinfo/Etc/GMT+6 localtime |
Please choose valid GMT+? for your region/country