fn scheduled_time_millis(scheduled_time_secs: i64) -> Result<i64, Error>Expand description
Scheduled time in seconds converted to milliseconds for the
FLOW_SCHEDULED_TIME_MILLIS extension.
Fallible: a seconds value whose millisecond product does not fit in i64
is an explicit error instead of a saturated i64::MAX that would silently
misrepresent the logical scheduled time.