c4fb0432ae
GitOrigin-RevId: 3fc1143a04da49a92c3663813c6a0c1e8ccd477f
3 lines
133 B
Fish
3 lines
133 B
Fish
function ddate --description 'current date in Discourse format'
|
|
TZ=UTC date '+[date=%Y-%m-%d time=%H:%M:%S timezone=\"%Z\"]'
|
|
end
|