A port of https://github.com/nakedible/datealgo-rs/ to zig.
datealgo-rs is based on https://github.com/cassioneri/eaf
system time related related methods such as datetime_to_systemtime()
and systemtime_to_datetime()
currently only support posix based operating systems.
everything else such as rd_to_date()
and date_to_rd()
should work on any target and platform.
- wasm:
zig build test -Dtarget=wasm32-wasi -fwasmtime
- windows:
zig build test -Dtarget=x86_64-windows -fwine
- other non posix?