Scheduler Trigger Node: Add Month Number to Returned JSON

It would help if there was a node for:

Scheduler Node

My use case:

The Scheduler node, when triggered, provides information about the time and date that the Scheduler Trigger node executed. Included in this information is the Month name (i.e. January, December, etc). However, the Scheduler Trigger does not include the month in numeric format (i.e. 01, 12, etc).
The Scheduler Trigger node should include the Month number so that additional nodes are not required to properly format a usable date.

Any resources to support this?

The Scheduler Trigger node already utilizes Moment.js to create the date information in the JSON. Adding an additional format for ‘Month number’ should be as easy as adding 'Month number': momentTz.format('MM'), to the output of this node.

Are you willing to work on this?

I have already attempted to provide a patch to the code base to implement this, however the process is confusing and unrelated tests are failing within my environment.