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

case "$1" in
-here) date +%FT%TZ%:z ;;
-net) date -u +%F"$(beats)" ;;
*) date -u -Iseconds ;;
esac