Integration test utc timezone update
Issue
ECDC-4413
Description of work
As of python version 3.12 datetime.utcfromtimestamp() is deprecated. Changed code to use datetime.fromtimestamp() with UTC passed as parameter.
Checklist
-
Changes have been documented in changes.md -
Documentation has been updated in documentationdirectory