//! Date and time formatting helpers.
use format_description;
use OffsetDateTime;
const DATE_FORMAT: & =
format_description!;
const ISO8601_FORMAT: & =
format_description!;
/// Get today's UTC date as a string (YYYY-MM-DD).
/// Get the current UTC timestamp as an ISO 8601-like string.