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
|