Build: #1513 was successful Changes by Marc

Stages & jobs

  1. Default Stage

Build result summary

Details

Completed
Queue duration
1 second
Duration
10 minutes
Labels
None
Revision
92a71660718cd1a3aa5d49da1d6bc9a9711809e3 92a71660718cd1a3aa5d49da1d6bc9a9711809e3
Total tests
7682
Successful since
#1504 ()

Tests

Code commits

Author Commit Message Commit date
Marc Marc 92a71660718cd1a3aa5d49da1d6bc9a9711809e3 92a71660718cd1a3aa5d49da1d6bc9a9711809e3 Merge pull request #6948 from marc1706/ticket/17624
[ticket/17624] Use timezone independent calls to strtotime in tests
Marc Marc a3b8cf4c8688396d4ce35b60b3396c40e30ee06b m a3b8cf4c8688396d4ce35b60b3396c40e30ee06b [ticket/17624] Ensure test can be run independently
PHPBB-17624
Marc Marc 4754b5f23b11fce75dc433a16a44d76f5dda9d80 m 4754b5f23b11fce75dc433a16a44d76f5dda9d80 [ticket/17624] Use time equivalent strtotime calls instead of time
PHPBB-17624
Andy Vandenberghe <andreasvdberghe@avathar.be> Andy Vandenberghe <andreasvdberghe@avathar.be> ddcf8f16d2dd254e5c74fb568d9ce83334f74db0 m ddcf8f16d2dd254e5c74fb568d9ce83334f74db0 [ticket/17624] Fix datetime edge case tests failing in non-UTC timezones
The edge case test data used strtotime('yesterday'/'today'/'tomorrow')
which computes timestamps in the local timezone, then formatted them
with gmdate() which outputs in UTC. When the local timezone is ahead
of UTC, this shifts the date by one day, causing consistent failures.

Replace with time() arithmetic (time() - 86400, time(), time() + 86400)
which is timezone-agnostic and matches the pattern used by the other
test cases in the same data provider.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

PHPBB-17624

Jira issues

IssueDescriptionStatus
Unknown Issue TypePHPBB-17624Could not obtain issue details from Jira