1 unstable release
0.1.0 | Feb 23, 2023 |
---|
#444 in Date and time
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.