#!/bin/bash -eu
# Display the (current) date and time in Melbourne, Australia
TZ=Australia/Melbourne date "$@"
