Fix a bug introduced in v1.1.0 that prevent the script to run a second time.
- Fix date format from SQLite when retrieving the last processing date from the mysql@localhost account.
This release addresses inconsistencies in date handling throughout the program. We've standardized the date format across all components, including filesystem interactions (file modification dates), SQLite database storage, and audit file parsing.
- Standardized date format to include time location across all program components
- Store the time zone indicator at the end of date in SQLite (E.G.: +02:00 for GMT+2)
Initial release