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