nus-cs2103-AY2324S2 / pe-dev-response

0 stars 0 forks source link

Invalid Date Time value successfully parsed #208

Open nus-pe-bot opened 4 months ago

nus-pe-bot commented 4 months ago

Bug Description

310420251400 which translates to 31-04-2025 14:00 is not a valid date time and not leap year or leap day related, however providing it as a date time input results in 30-04-2025 14:00 being the parsed value.

Steps to Reproduce

Expected Behavior

The command should fail due to invalid date time provided.

Screenshots

image.png


[original: nus-cs2103-AY2324S2/pe-interim#271] [original labels: type.FunctionalityBug severity.Low]

dabzpengu commented 4 months ago

Team's Response

Thank you for raising this issue. While we acknowledge that this may cause inconvenience to some users, addressing this particular issue is currently not within our scope due to existing project priorities and resource constraints and we have mentioned how we handle leap dates in the UG. Our team is currently focused on addressing critical bugs and implementing essential features to enhance user experience. However, we have noted your feedback and will consider it for future updates to handle leap dates better. Thank you for your understanding.

image.png

Duplicate status (if any):

Duplicate of #244