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.
- Host: GitHub
- URL: https://github.com/polywrap/datetime
- Owner: polywrap
- License: mit
- Created: 2023-02-17T05:48:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-20T21:14:46.000Z (over 2 years ago)
- Last Synced: 2025-08-20T07:08:55.721Z (4 months ago)
- Language: JavaScript
- Size: 273 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-polywrap - DateTime - Interact with the operating system's date / time API. (Wraps)
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)