Sangeetha-Grantha

Metadata Value
Status Completed
Version 1.0.0
Last Updated 2026-01-26
Author Sangita Grantha Architect

TRACK-019: Datetime Standardization (kotlin.time.Instant)

Goal

Standardize all timestamp usage across the codebase to kotlin.time.Instant (Stdlib) and remove dependencies on legacy kotlinx.datetime.Instant.

Context

As per Decision: Datetime Standardization, Kotlin 2.3.0 and kotlinx-datetime 0.7.0+ have moved Instant to the standard library. To ensure compatibility, future-proofing, and to upgrade kotlinx-datetime to 0.7.1, we must migrate.

Scope

Implementation Plan

Progress Log