|
|
|
|
|
by hypertexthero
402 days ago
|
|
Anyone know how to change the default :date output to YYYY-MM-DD instead of MM/DD/YYYY on macOS? I’ve tried the following in default.yml and reloading the config, but it’s not working and Claude, Gemini, and myself are stumped :) matches:
- trigger: ":date"
replace: "{{mydate}}"
vars:
- name: mydate
type: date
params:
format: "%Y-%m-%d"
|
|