Crates.io | jeffersonville |
lib.rs | jeffersonville |
version | 0.1.0 |
source | src |
created_at | 2023-02-23 13:08:06.233466 |
updated_at | 2023-02-23 13:08:06.233466 |
description | A simple, lightweight, Olson-free timestamp and timezone library |
homepage | |
repository | https://github.com/hoosiernational/Jeffersonville |
max_upload_size | |
id | 792736 |
size | 102,723 |
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.