blockchain-certificates / BlockcertsFramework-iOS

An iOS wallet for viewing, validating, and sharing certs
MIT License
20 stars 15 forks source link

Parse dates encoded as 10-digit UNIX timestamp #23

Closed bedinotti closed 7 years ago

bedinotti commented 8 years ago

According to the schema, issuedOn (and possibly other dates) can be written as a 10-digit UNIX timestamp. Currently, the parser only supports the ISO 8601 date format.