A timezone and calendaring package for Pony. During packaging we incorporated the IANA database so the package has no reason to ask for any Object Capablility or C-FFI.
See the fine documentation for an overview of what functionality is and is not covered - as well as some of the "peculiarities" that comes with international TimeZones.
Remember folks, "America/Chicago" ≠ "EST5EDT"(!) - Choose Wisely!
This package DOES differenciate betwixt the two.
Work in progress. The API surface is still settling and breaking changes should be expected until 1.0.
Add it to your project with corral:
corral add github.com/contact-red/tz.git --version 0.1.2
corral fetchThen in your Pony code:
use "tz"make test # build and run the test suite
make docs # generate documentation under build/tz-docs
make clean # remove the build directory