mirror of
https://github.com/tiffany352/rink-rs
synced 2024-11-10 05:34:14 +00:00
c36a666174
Most users probably want to manipulate time relative to the present in their local timezone. This brings rink's functionality closer to similar tools. In date(1): > date -d 'now + 1 hour' Fri 23 Jul 09:54:02 CEST 2021 Before: > now 2021-07-23 06:54:05.699222874 +00:00 (now) > now + 1 hour 2021-07-23 07:54:10.940110380 +00:00 (in an hour) After: > now 2021-07-23 08:54:13.219044877 +02:00 (now) > now + 1 hour 2021-07-23 09:54:15.555096329 +02:00 (in an hour) |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml | ||
LICENSE | ||
README.md |
Rink JS
Provides a Wasm build of Rink with a JS API.