// This file is part of helpers4.
// Copyright (C) 2025 baxyz
// SPDX-License-Identifier: LGPL-3.0-or-later
//! Time helpers. Reading the clock is explicit and fallible: a clock set before 1970 is an error, not `0`.
pub use ClockError;
pub use unix_now;
pub use unix_now_millis;