DTI Time Converter

Deterministic date conversion per DKP-0-TIME-001

or enter manually:

Result

How it works

Every conversion passes through the Julian Day Number (JDN), which serves as the single authoritative time scalar. The DTI layer is a deterministic 360-day derived representation:

DTI‑Day = JDN · DY = floor(JDN / 360) · DOY = (JDN mod 360) + 1

This conversion is fully reversible: JDN = DY × 360 + (DOY − 1). No floating-point arithmetic is used. All operations are integer-only and machine-auditable, as required by DKP-0-TIME-001.

Hebrew date conversion requires the pyluach library and is available only through the Python API.