nus-cs2113-AY1920S2 / pe-dev-response

0 stars 0 forks source link

Date rounding in the UG #684

Open nus-pe-bot opened 4 years ago

nus-pe-bot commented 4 years ago

Note from the teaching team: This bug was reported during the Part II (Evaluating Documents) stage of the PE. You may reject this bug if it is not related to the quality of documentation.


The UG states that dates will be rounded the the nearest date if an invalid date is added, but I think if an invalid date is added, the system should just flag it an in invalid command

Screen Shot 2020-04-15 at 1.08.01 AM.png


[original: nus-cs2113-AY1920S2/pe-interim#687]

jichngan commented 4 years ago

Team's Response

Thank you for your insightful response. After much discussion, our team has come to the conclusion that this is an API issue that is inherited from Java LocalDateTime library.

Duplicate status (if any):

--