Hi
How did you generate the timestamps? It doesn’t look like a UNIX epoch or any standard time format.
MongoDB includes the Date type. Once you convert those timestamps to a Date type, you can use the aggregation framework’s $dateToString to convert the dates to your required format.
Best regards
Kevin