2 repository-uri
Scrierea datelor bazate pe timp în formate standardizate precum ISO 8601 sau epoch seconds.
Diferit de Date and Time Libraries: Se concentrează pe procesul de output/scriere, nu pe manipularea sau normalizarea generală.
Explore 2 awesome GitHub repositories matching data & databases · Serializare temporală. Refine with filters or upvote what's useful.
Chrono is a Rust date and time library used for managing calendar dates, clock times, and timezone conversions. It functions as a high-precision timestamp tool and temporal data serializer for converting date and time objects into structured formats. The library includes a timezone conversion engine to translate timestamps between different geographical zones and manage local time configurations. Its broader capabilities cover date string formatting, high-precision timing, and the serialization of temporal data for database storage or network transmission.
Provides tools for writing time-based data into standardized formats like ISO 8601 or epoch seconds.
This project is a proposal for a new immutable date and time API in JavaScript. It serves as a precision time-tracking library and a multi-calendar date engine designed to replace the legacy Date object. The system is distinguished by its support for multiple calendar systems beyond the ISO standard and its use of IANA-based time zone resolution. It provides a framework for managing daylight saving transitions and UTC offsets while maintaining nanosecond precision for global timestamps. The API covers broad functional areas including complex date and time arithmetic, locale-aware formatting,
Supports bidirectional conversion of date and time objects to and from standardized strings like ISO 8601.