#!/bin/sh
cat <<EOT

Current date and time: `date -u`
Current calendar week: `date -u +KW%V/%G`
Current month: `cal -d 1|sed -e 's/^/    /'`
EOT