See title :)

The tests either need to be fixed to work correctly with any timezone or the setUp() needs to make sure that UTC is used.

CommentFileSizeAuthor
#1 set_timezone-1678616-1.patch442 bytesberdir

Comments

berdir’s picture

Status: Active » Fixed
StatusFileSize
new442 bytes

Ah, it actually tries to do that but is missing the date_default_timezone_set() call, the variable_set doesn't seem to be enough as it doesn't affect the already running process.

Commited the attached one line patch.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.