A new DateTimeUtil class has been introduced to streamline parsing dates from user input and structuring them for storage and UI display. It standardizes input parsing to expect a yyyy-MM-dd HHmm pattern, while formatting dates into a more readable MMM dd yyyy, HH:mm output for users. This change ensures a consistent handling of context like deadlines and events across the codebase.

Implement DateTimeUtil to standardize date and time parsing and formatting - lukelouyu/ip