Open iamtxena opened 5 years ago
Current implementation of date timestamp is:
datetime.datetime.utcnow().replace(tzinfo=datetime.timezone.utc).isoformat(' ')
which generates:
2019-07-16 17:25:51.360680+00:00
The code is extracted from aries cloud agent but it is needed to check the standard spec compatibility.
Current implementation of date timestamp is:
which generates:
The code is extracted from aries cloud agent but it is needed to check the standard spec compatibility.