// SPDX-License-Identifier: AGPL-3.0-only
// Copyright (C) 2026 Vallés Puig, Ramon
//! Scale-orthogonal [`TimeFormat`] trait.
//!
//! Built-in markers live in [`crate::format::markers`].
use fmt;
use crateSealed;
use Unit;
/// Marker trait for an external time encoding such as JD or Unix time.
pub use crate;