refactor: standardize timestamp handling across MongoDB and SlotManager - Replaced instances of `now()` with `date_now` for consistent timestamp usage in MongoDB and SlotManager activities. - Updated test cases to mock the new `now()` function, ensuring accurate timestamp handling in unit tests. - Adjusted timestamp formatting in various tests to align with the DATETIME_FORMAT_MS_WITH_TZ standard.