#timezone #time #timestamp #local #gregorian #olson-free #modular-timestamp

jeffersonville

A simple, lightweight, Olson-free timestamp and timezone library

1 unstable release

0.1.0 Feb 23, 2023

#438 in Date and time

22 downloads per month

MIT/Apache

105KB
2.5K SLoC

Jeffersonville

Simple lightweight Olson-free library for parsing timestamps according to timezone, and vice versa.

All interaction is done through the public methods of two well-documented structs and one enum of timezones.

Note: Conversion from timezones into local timestamps has O(1) complexity due to the hidden ModularTimestamp class, which modulates Gregorian time efficiently. See the source code for more details.

No runtime deps