Hello Everyone, As a result of the Oct 21st 3.8.0 Gameday event there was feedback that it would be nice to be able to ‘round trip’ the asNumber(), asDate(), and dateDiff() steps. Currently these steps cannot be used in combination with each other because asNumber() does not handle dates, asDate() expects milliseconds, and dateDiff() returns seconds. I would like to make these steps accept/return milliseconds for consistency, which is a breaking change for dateDiff() but I feel 3.8.0 is a good time to make this change because asNumber() is new to 3.8.0.
Please let me know if there are any concerns, Andrea
