Should be a combination of a format specification + date(time) string.
Need a 'surround' symbol to demarcate dates.
I like either < ... > or | ... |.
Examples:
day: <(%Y-%m-%d) 2022-08-14>
day: |(%Y-%m-%d) 2022-08-14|
Without the format specifier, it uses date -d's default format.
I feel like @ is a pretty good symbol to begin a date, though there's nothing to naturally close it.
I don't love the look of
day: @(%Y-%m-%d) 2022-08-14@
Should be a combination of a format specification + date(time) string.
Need a 'surround' symbol to demarcate dates.
I like either
< ... >or| ... |.Examples:
Without the format specifier, it uses
date -d's default format.I feel like
@is a pretty good symbol to begin a date, though there's nothing to naturally close it.I don't love the look of