mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
a33e54c08f
Where current implementation, and more specifically tests, rely on the current time then replace that with the PSR-20 Clock from 298c13ac3b. Applicable updates to the date filter and report scheduling calculation.
14 lines
477 B
YAML
14 lines
477 B
YAML
issueNumber: MDL-82041
|
|
notes:
|
|
core_reportbuilder:
|
|
- message: >-
|
|
All time related code has been updated to the PSR-20 Clock interface, as
|
|
such the following methods no longer accept a `$timenow` parameter
|
|
(instead please use `\core\clock` dependency injection):
|
|
|
|
- `core_reportbuilder_generator::create_schedule`
|
|
|
|
-
|
|
`core_reportbuilder\local\helpers\schedule::[create_schedule|calculate_next_send_time]`
|
|
type: changed
|