-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Labels
in: buildAn issue in the buildAn issue in the buildstatus: backportedAn issue that has been backported to maintenance branchesAn issue that has been backported to maintenance branchestype: bugA general bugA general bug
Milestone
Description
GitHubMilestoneApiTests
uses Instant.now()
for due_on
. Since Instant.now()
is UTC time based, isMilestoneDueTodayWhenDueTodayThenTrue
fails when the computer that runs the test is not the same day as it is in UTC time.
To fix it, due_on
should be set to an Instant
based upon the timezone of the current computer.
Metadata
Metadata
Assignees
Labels
in: buildAn issue in the buildAn issue in the buildstatus: backportedAn issue that has been backported to maintenance branchesAn issue that has been backported to maintenance branchestype: bugA general bugA general bug