In Control-M, I have a job that's scheduled 2 minutes after a batch interval ends, e.g. August 13th, 2021 at 00:02 (local time).
I need to pull files from a server on the format "YYDDMMHHMM.zip" and for example "HHMM" could be 2350 (10-minute frequency); the order time for that job would be 23:52.
How do I subtract 2 minutes from the order date/time? And if the system is running in a local time zone, how would one additionally express that result in UTC time? That is, the files on the server are timestamped in UTC time.