stable

Clone or download

Read-only

feat: Wrap burn* system event in a server timezone

Part of request #37921 Burnup/Burndown cache generation fail As the main problem for burnup and burndown cache generation is a problem of timezone, by wrapping system event in server timezone which is the one used to check cache, we avoid problems links to DST. Change-Id: I0c6b3e76563a181c11bbb5f225b190677e9345de

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/FormElement/SystemEvent/SystemEvent_BURNUP_DAILY.php +7 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FormElement/SystemEvent/SystemEvent_BURNUP_GENERATE.php +10 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/SystemEvent/SystemEvent_BURNDOWN_DAILY.php +7 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/SystemEvent/SystemEvent_BURNDOWN_GENERATE.php +10 −0 Go to diff View file
A src/common/Date/TimezoneWrapper.php +52 −0 Go to diff View file