An open API service indexing awesome lists of open source software.

https://github.com/polywrap/datetime

Interface to the operating system’s date / time API.
https://github.com/polywrap/datetime

Last synced: 4 months ago
JSON representation

Interface to the operating system’s date / time API.

Awesome Lists containing this project

README

          

# Datetime
The Datetime interface wrapper defines a common interface for Datetime wrapper implementations. Implementations of the Datetime interface wrapper can fetch the current unix timestamp from the host. Implementations can be invoked by Wasm wrappers, extending their capabilities.

Table of Contents:
1. [Datetime Interface](./interface/resources/README.md)
2. [Datetime Implementations](./implementations)