18 Aug
2016
18 Aug
'16
11:09 a.m.
Branch: refs/heads/QA_4_6 Home: https://github.com/phpmyadmin/phpmyadmin Commit: c44f5ab080641765d8a234b791ad75395b932335 https://github.com/phpmyadmin/phpmyadmin/commit/c44f5ab080641765d8a234b791ad... Author: Michal Čihař <michal@cihar.com> Date: 2016-08-18 (Thu, 18 Aug 2016) Changed paths: M ChangeLog M libraries/core.lib.php M setup/lib/ConfigGenerator.php M show_config_errors.php Log Message: ----------- Always use UTC time in HTTP headers Using timezones in this context can cause problem when DST changes apply. Also this can be information leak of server timezone. Signed-off-by: Michal Čihař <michal@cihar.com>