about summary refs log tree commit diff
path: root/users/riking/dotfiles/fish/functions/ddate.fish
function ddate --description 'current date in Discourse format'
    TZ=UTC date '+[date=%Y-%m-%d time=%H:%M:%S timezone=\"%Z\"]'
end