aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2018-02-07 10:58:48 +1300
committerStruan Donald <struan@exo.org.uk>2018-02-09 11:53:53 +1300
commitcfa53630e93e0be10a183a149ca4eba5424a6554 (patch)
treed0d8d1a13b99cc135f8194b85f0faef4aa559629 /CHANGELOG.md
parent549d1cc66e591cf2da6b5243fbd28c7f40e75f14 (diff)
prevent timezone related util test failure
Make sure that the prettify_dt tests use the same timezone as FMS otherwise the test can fail if now in the local timezone is actually yesterday/tomorrow in the FMS timezone. Fixes #1984
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 330b578c6..96f0fd35c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -21,6 +21,7 @@
- Change text on /reports to match lower down (fix translation).
- Ensure all reports graph can't dip downward. #1956
- Fix error sending `requires_inspection` reports. #1961
+ - Fix timezone related test failure. #1984
- Admin improvements:
- Admin can anonymize/hide all a user's reports. #1942 #1943
- Admin can log a user out. #1975