SIENTIAPDE-1193

refactor: update date handling and remove deprecated constants

- Replaced the usage of datetime.now() with a new now() function from sientia_do.temporal.constants for consistent timestamp handling across multiple files.
- Updated the date format from DEFAULT_DATE_FORMAT to DATETIME_FORMAT_MS_WITH_TZ in various activities to ensure uniformity in timestamp formatting.
- Removed the obsolete patterns.py file that contained the DEFAULT_DATE_FORMAT constant.
This commit is contained in:
vitor-aignosi
2025-08-22 11:45:11 -03:00
parent d4efe1d159
commit d7effd44e5
6 changed files with 18 additions and 20 deletions

View File

@@ -1 +0,0 @@
DEFAULT_DATE_FORMAT = '%Y-%m-%d %H:%M:%S.%f'