The Deadline class has been refactored to utilize LocalDateTime instead of raw strings for date handling. Deadlines are now properly parsed internally and serialized using the standard yyyy-MM-dd HHmm format in the storage file structure. Moving forward, any malformed deadline entries loaded from previous invalid states will be cleanly skipped, ensuring improved application stability.

Update Deadline storage logic to use LocalDateTime with standard formatting - lukelouyu/ip