ehn-dcc-development / hcert-kotlin

Kotlin multiplatform implementation of the HCERT/DCC specification
Apache License 2.0
25 stars 25 forks source link

metaInformation missing time/timezone information #61

Closed lazka closed 2 years ago

lazka commented 2 years ago

A minor issue. I currently get something like this with JS:

{
  "expirationTime": "2022-08-01",
  "issuedAt": "2021-08-06",
  "issuer": "AT",
  "certificateValidFrom": "2021-06-02",
  "certificateValidUntil": "2023-06-02",
  "certificateValidContent": [
    "TEST",
    "VACCINATION",
    "RECOVERY"
  ],
  "certificateSubjectCountry": "AT",
  "content": [
    "VACCINATION"
  ],
  "error": null
}

If I'm not mistaken all the dates are missing the time and timezone information.