Previously, the starting and ending times for Event tasks were being saved to storage using their default string representations. This patch updates the storage encoder to utilize dedicated formatting methods, ensuring dates are persisted in a consistent yyyy-MM-dd HHmm format. This small fix guarantees that event timings are accurately preserved and parsed when the application restarts.