Running two simple flows, one a timestamp via simpletime and the other by sending the "date" command via an exec node..
[{"id":"9cafb30d.76979","type":"inject","z":"1e32dbd2.3d49e4","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":300,"y":80,"wires":[["3fd1963d.901baa","a8200c05.146a9"]]},{"id":"a8200c05.146a9","type":"exec","z":"1e32dbd2.3d49e4","command":"date","addpay":false,"append":"","useSpawn":"false","timer":"","oldrc":false,"name":"","x":510,"y":160,"wires":[["76371231.8b83dc"],[],[]]},{"id":"3fd1963d.901baa","type":"simpletime","z":"1e32dbd2.3d49e4","name":"","x":530,"y":80,"wires":[["69b33a4c.77a7a4"]]},{"id":"288dbe45.96ab92","type":"debug","z":"1e32dbd2.3d49e4","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","x":890,"y":80,"wires":[]},{"id":"69b33a4c.77a7a4","type":"change","z":"1e32dbd2.3d49e4","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"myrawdate","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":740,"y":80,"wires":[["288dbe45.96ab92"]]},{"id":"76371231.8b83dc","type":"debug","z":"1e32dbd2.3d49e4","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":750,"y":140,"wires":[]}]
... Gives me this.