Skip to content

Commit b52a830

Browse files
authored
Merge pull request #640 from stgraber/main
incus-osd/api/update: Remove mention of UTC
2 parents 37a96e3 + 5f3e07c commit b52a830

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

incus-osd/api/system_update.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ type SystemUpdateState struct {
2828

2929
// SystemUpdateMaintenanceWindow defines a maintenance window for when it is acceptable to check for and apply updates.
3030
// StartDayOfWeek and EndDayOfWeek are optional, and if non-zero can be used to limit the migration window to certain day(s).
31-
// Times are assumed to be in UTC.
3231
type SystemUpdateMaintenanceWindow struct {
3332
StartDayOfWeek Weekday `json:"start_day_of_week,omitempty" yaml:"start_day_of_week,omitempty"`
3433
StartHour int `json:"start_hour" yaml:"start_hour"`

0 commit comments

Comments
 (0)