Problem - How to change creation and modification date of selected files?

Hey @qweewert,

I think Keyboard Maestro’s action for setting the creation date expects epoch seconds.

Right now:

%Calculate%NOW()%

A specific date and time:

%Calculate%JD(2017, 04, 04, 10, 23, 00)%

-Chris