#!/bin/sh
f="%s"
if [ -n "$nano" ]; then f="$f.%N"; fi
date +"$f" -d "${*:-now}"
