diff --git a/ee/app/assets/javascripts/oncall_schedules/components/oncall_schedule.vue b/ee/app/assets/javascripts/oncall_schedules/components/oncall_schedule.vue index 437f319b944de676f3b46dc3f201bcc772b8189c..d7d03b95cff1bed44797a5830cbdf689b257135e 100644 --- a/ee/app/assets/javascripts/oncall_schedules/components/oncall_schedule.vue +++ b/ee/app/assets/javascripts/oncall_schedules/components/oncall_schedule.vue @@ -73,7 +73,7 @@ export default { rotations: { query: getShiftsForRotations, variables() { - this.timeframeStartDate.setHours(0, 0, 0, 0); + this.timeframeStartDate.setHours(1, 0, 0, 0); const startsAt = this.timeframeStartDate; const endsAt = nWeeksAfter(startsAt, 2); diff --git a/ee/app/assets/javascripts/oncall_schedules/components/rotations/components/rotation_assignee.vue b/ee/app/assets/javascripts/oncall_schedules/components/rotations/components/rotation_assignee.vue index 563d1f7eb536f62a524d758e01234cb6d90d3cc3..dbf086cbf6522330300d25be3656ebe7bb6beb2e 100644 --- a/ee/app/assets/javascripts/oncall_schedules/components/rotations/components/rotation_assignee.vue +++ b/ee/app/assets/javascripts/oncall_schedules/components/rotations/components/rotation_assignee.vue @@ -1,5 +1,5 @@