yanivsegev / VSTS-DropPlan

Plan and track your sprint with a calendar based view.
MIT License
20 stars 17 forks source link

Fix non working day issue with negative time zones #119

Closed sgtwilko closed 6 months ago

sgtwilko commented 7 months ago

This fixes #118.

The day off calculation was using the datetime with the timezone but compared to the date/day provided without a timezone. Basically the date was being returned as the day before due to the timezone being negative.

Also fixed an issue where the task warnings weren't fully visible for a task in the first day of the sprint. This was due to a z-index being applied to the task, which doesn't seem to be required.