//! Shared datetime types for RTC and other time-keeping peripherals.
//!
//! This module provides DateTime and DayOfWeek types that can be used across
//! multiple peripherals in embassy-rp. The implementation can be backed by
//! the `chrono` crate (when the `chrono` feature is enabled) or use a
//! standalone no-dependencies implementation.
pub
pub use ;
pub use ;