# timens-rs
Simple and efficient timestamp representation. The main objective being
interoperability with OCaml [Core_kernel.Time_ns](https://ocaml.janestreet.com/ocaml-core/v0.13/doc/core_kernel/Core_kernel/Time_ns/index.html).
[](https://github.com/LaurentMazare/timens-rs/actions)
[](https://crates.io/crates/timens)
[](https://docs.rs/timens)

A significant part of the code has been adapted from the OCaml [Core_kernel](https://github.com/janestreet/core_kernel) implementation.
The set of supported timezones can be filtered using the `TIMENS_TZ_FILTER`
environment variable, e.g.:
```bash
The [tz repo](https://github.com/eggert/tz.git) is included as a git subtree, this can be updated via:
```bash
git subtree pull --prefix tz https://github.com/eggert/tz.git main --squash
```