5fff45ec93
* Added logic to main.py to use the created_at and updated_at values from the ndjson file if they exist. * Add comment for parsing created_at and updated_at fields to metadata * updated the date metadata code based on PR feedback * Add --dates-import option to rule import command Introduce a new option `--dates-import` to parse `created_at` and `updated_at` fields from rule content. This allows users to import date metadata while preventing conflicts with existing date options. * Update version to 1.5.23 for release preparation This update increments the version number in the project metadata to reflect the upcoming release. No other changes were made. * Update date metadata logic to include timezone information Modified the handling of creation and updated dates to ensure that the datetime objects are timezone-aware by replacing the timezone info with UTC. This change improves the accuracy of date metadata in the rules. * Updated format of main.py using ruff * Update project version to 1.5.29 * updating pyproject version --------- Co-authored-by: Sergey Polzunov <traut@users.noreply.github.com>