Summary: | Some tests in t/DateUtils.t fail when timezone is not UTC | ||
---|---|---|---|
Product: | Koha | Reporter: | Julian Maurice <julian.maurice> |
Component: | Test Suite | Assignee: | Julian Maurice <julian.maurice> |
Status: | Failed QA --- | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | jonathan.druart, m.de.rooy |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34489 | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Bug Depends on: | 37831, 18330 | ||
Bug Blocks: | |||
Attachments: | Bug 25621: Fix DateUtils tests when timezone is not UTC |
Description
Julian Maurice
2020-05-29 09:03:48 UTC
Created attachment 105433 [details] [review] Bug 25621: Fix DateUtils tests when timezone is not UTC There is a bug in Koha::DateUtils, the timezone should not make the tests fail. Added the mock_config line in another test to see if it would resolve a similar problem with time zones. But it did not.. |