Date utilities
See examples/now.rs for usage
> cargo run -q --example now
# 18:40:16 30/08/2025
> cargo run -q --example now "the year is %year"
# the year is 2025
See examples/now.rs for usage
> cargo run -q --example now
# 18:40:16 30/08/2025
> cargo run -q --example now "the year is %year"
# the year is 2025