mongoDB: Show MinuteBucket in Time value as ending time for the interval
问题 I have created Mongo PlayGround Currently dateHour field is dividing time by 15min interval. For example - if `"updatedAt": ISODate("2020-03-20T18:16:50.000Z")` it shows as : "dateHour": ISODate("2020-03-20T18:15:00Z"), so First 15min bucket is represented as 18:00:000z (this covers minutes from 1 to 15) second 15min bucket is represented as 18:15:000z (this covers minutes from 15 to 30) and so on.... Expected - First 15min bucket should be displayed as 18:15:000z (this covers minutes from 1