I have a example here,
https://mongoplayground.net/p/fqxBy6NAZXL
As you will see final result has "dateHour" and "minuteBucket" fields.
I am dividing time by 15.0 minutes so "minuteBucket" value will always be one of 0, 1, 2, 3
"dateHour" is not showing minutes right now.
Expected :
I need to remove "minuteBucket" field but still divide time by 15 minutes for this aggregation and show "dateHour" with HH:MM where it always round up by 15 minutes.
example it should look like in this format based on its time.
"2020-03-19T18:00:00", "2020-03-19T18:15:00","2020-03-19T18:30:00","2020-03-19T18:45:00"
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…