depot/third_party/tvl/users/riking/dotfiles/fish/functions/ddate.fish

4 lines
133 B
Fish
Raw Normal View History

function ddate --description 'current date in Discourse format'
TZ=UTC date '+[date=%Y-%m-%d time=%H:%M:%S timezone=\"%Z\"]'
end