Change timezone to Apache server XAMPP

Europe/Athens = Asia/Kolkata

1. In httpd.conf (\xampp\apache\conf\httpd.conf) , add the following line:

1
2
# Set timezone to Europe/Athens UTC+02:00
SetEnv TZ Europe/Athens

2. Edit php.ini (\xampp\php\php.ini) date.timezone value in [Date] section:

1
date.timezone = "Europe/Athens"