Skip to content

Instantly share code, notes, and snippets.

@rkratky
rkratky / tz.sh
Created April 8, 2018 08:32 — forked from chmouel/tz.sh
#!/usr/bin/env bash
# you can do things like this :
# % tz
# % tz 10h30
# % tz 10h30 next week
# % tz 11:00 next thursday
#
# and so on,
#
# This needs gnu date, on MacOSX just install gnuutils from brew