1 Repo
Consistent data type definitions for timestamps and calendar components to ensure predictable behavior across the library.
Distinct from Data Type Definitions: Distinct from Data Type Definitions: focuses on the semantic consistency of temporal types rather than database column schema enforcement.
Explore 1 awesome GitHub repository matching data & databases · Temporal Type Specifications. 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
Implements a set of consistent data types to represent timestamps, local times, and calendar dates.