gordias.config.create_creation_date#
- gordias.config.create_creation_date(offset: timedelta = datetime.timedelta(0)) str#
Create UTC creation date following ISO 8601 format.
- Parameters:
offset (timedelta) – timedelta object representing the difference between the local time and UTC. Default is timedelta(0) which gives UTC time.
- Returns:
A string representing the ISO 8601 formatted date based on current datetime.
- Return type: