pub fn process(app: &App, presets: &[Preset]) -> Result<ProcessOutput>Expand description
Parse app.date, resolve the effective format, and render a string.
presetsis passed as a slice to avoid unnecessary allocation.- All error paths bubble up via
Result, ready for unit testing.