B1G-SAM / pe

0 stars 0 forks source link

Potential Typo in date #6

Open B1G-SAM opened 3 months ago

B1G-SAM commented 3 months ago

plus thing.png

Odd plus sign in the year when the year exceeds 4 digits does not seem to have any use since it is possible for the date to roll over into 10001

nus-pe-bot commented 2 months ago

Team's Response

We attempted to change the return date's year to 10001 as shown in the bug's screenshot, but we could not replicate the screenshot. When we changed it, we got an invalid return format date as shown in the picture below instead, and automatically reformats.

image.png

image.png

Items for the Tester to Verify

:question: Issue response

Team chose [response.CannotReproduce]

Reason for disagreement: Thanks for taking the time to try out the bug. It is possible to get the program to roll over into displaying +10001. Here are the exact steps to replicate this.

wtv2.png

  1. change the date of return to this date (or any other date depending on how much work you want to do).

  2. repeatedly extend the return date using "extend 1 /byhuman"

3 use "list /sortby user" to check that the date can indeed show "+10000" and then "+10001"

wtv3.png