MongoDB Query Language (MQL) Timestamp Expression Operators
$tsIncrement
Extracts the increment portion from a timestamp value, returning the increment component of a MongoDB timestamp which consists of time and increment values.
$tsSecond
Extracts the seconds portion from a timestamp value, returning the time component in seconds since Unix epoch (January 1, 1970, 00:00:00 UTC).