# optionalISO_DATE=$(date -u +"%Y-%m-%dT%H:%M:%SZ")# the DATE function is also available
# ~/.zshrcfunctionask() {
mods -f "$1"| glow
}
ask "what day of the week is $(DATE)?"# The day of the week for Sat Jun 24 10:03:59 EDT 2023 is Saturday.ask "what week of the year does $(DATE) fall under?"# The week of June 24, 2023 falls under Week 25 of the year 2023.