summary refs log tree commit diff
path: root/bin/now
blob: 7c312b141cbbf3357e4169918d85c75408965b18 (plain) (blame)
1
2
3
4
5
6
#!/bin/sh

case "$1" in
    -here) exec date +%Y-%m-%dT%H:%M:%SZ%:z ;;
    *)     exec date -u +%Y-%m-%dT%H:%M:%SZ ;;
esac