#!/bin/sh -
#
# "  The author of this file, J.A. Neitzel <jan (at) etsh (dot) nl>,  "
# "  hereby grants it to the public domain.                           "
#

#
# "  Print the date and time in a nice ISO-like format.  "
#
# "  usage: now  "
#

date '+%A, %Y-%m-%d, %T %Z'
