ipfs / pinning-services-api-spec

Standalone, vendor-agnostic Pinning Service API for IPFS ecosystem
https://ipfs.github.io/pinning-services-api-spec/
Creative Commons Zero v1.0 Universal
99 stars 26 forks source link

docs: date-time example with time-secfrac #104

Closed lidel closed 2 years ago

lidel commented 2 years ago

This PR does not change the spec, it only updates date-time examples to use time-secfrac from RFC 3339, section 5.6.

Improved precision is already supported by the spec, but the lack of explicit example made some implementations round things to a full second, causing issues like https://github.com/ipfs/kubo/issues/8762.