Ok i figured out the solution. It was simply to change the default time zone to another that uses UTC+2 and
does not apply DST. The selected time zone was Africa/Harare and the command to change to it is
Code:
ln -sf /usr/share/zoneinfo/Africa/Harare /etc/localtime
Thanks