validatedid / eidas-bridge

This repo contains an implementation of an eIDAS Bridge Library in Python.
Apache License 2.0
11 stars 5 forks source link

check generated datetime in eIDAS Link data structure #9

Open iamtxena opened 5 years ago

iamtxena commented 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.