//! Helpers shared by both binaries (manta-cli today; manta-server soon).
/// Date-time format string used for displaying timestamps
/// throughout the application (e.g. "04/03/2026 14:30:00").
pubconstDATETIME_FORMAT:&str="%d/%m/%Y %H:%M:%S";pubmodapp_context;pubmodaudit;pubmodcheck_network_connectivity;pubmodconfig;pubmoderror;pubmodjwt_ops;pubmodkafka;pubmodlog_ops;