ok… my bad, I found my issue.
I was doing the formatdate on a “create JSON” and of course, I had the JSON field set to be “Date” type, so Make rewrites the unix back to ISO.
Switch it it to Integer and it works now.
BTW, is using Integer the “right way” for that format ?