Skip to content
Snippets Groups Projects
Commit bc58322a authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2036081 by ParisLiakos: Fixed DateTimePlusTest are failing in phpunit.

parent 5d3b9465
Branches
Tags 9.3.0-beta1
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -25,3 +25,7 @@
// numbers handling.
// @see drupal_environment_initialize()
setlocale(LC_ALL, 'C');
// Set the default timezone. While this doesn't cause any tests to fail, PHP
// complains if 'date.timezone' is not set in php.ini.
date_default_timezone_set('UTC');
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment