1 repository
Logic for parsing and formatting partial or out-of-bounds date components that exceed standard class constraints.
Distinct from Date and Time Libraries: Distinct from Date and Time Libraries: specifically addresses the normalization of irregular or partial components rather than general parsing.
Explore 1 awesome GitHub repository matching data & databases · Temporal Normalization. Refine with filters or upvote what's useful.
kotlinx-datetime is a multiplatform library for handling date, time, and calendar operations across different targets. It provides a consistent set of data types for representing instants and local date-times, serving as a standardized API for temporal management. The toolkit focuses on ISO 8601 compliance for parsing and formatting date and time strings. It implements a multiplatform approach to ensure that timestamps and calendar logic remain consistent across all supported platforms. The library covers temporal data modeling, calendar arithmetic for calculating durations and periods, and
Handles the parsing and formatting of partial or irregular date components that do not fit standard classes.