Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUGFIX] Fix Typo3DbQueryParserTest for custom php timezones
The test setup used to initialize the DateAspect from a string, that means the local php timezone has been taken into account, and test verficiation fails with date offsets if the local timezone is not UTC. Adapt to initialize from a unix timestamp, as this ensures the local timezone has no effect on the test. Note that the real application does the same, as the DateAspect in initialized from the timestamp in GLOBALS['EXEC_TIME']. Releases: master, 10.4, 9.5 Resolves: #94135 Change-Id: I0494ac3e1911f34a3a79c3063caaabad1c0027b7 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69125 Tested-by: core-ci <[email protected]> Tested-by: Oliver Bartsch <[email protected]> Reviewed-by: Oliver Bartsch <[email protected]>
- Loading branch information