Added MAC Core format datetime helper
- Added
mac_core_format_datetime()as the shared preset-driven datetime helper in the public utility surface. - Shipped the built-in event-oriented datetime preset and the core plain, HTML, timezone, diff, and
attroutput paths used by the helper. - Added extension hooks for datetime config, presets, and views so child themes or site plugins can extend formatting without editing
MAC Core. - Kept
FormatDatetimeas the shared formatting layer for builders, templates, and light site code instead of scattering project-specific date logic across themes.