Gnu date

From wikinotes

date formats the current date, or translates between date formats.
You may also be interested in bsd date.

Install

pacman -S dateutils

Usage

date -d 'last monday 2pm'
date -d 'next monday 2pm'
date -d 'today'

# alternatively, if you need a date in iso-8601 format:
date -u +"%Y-%m-%dT%H:%M:%SZ"  -d 'next monday 5:30pm'