all repos — searchix @ c92530b7940bfd9e0940dd07e4a33b8dc4b575ea

Search engine for NixOS, nix-darwin, home-manager and NUR users

fix: use UTC time for fetch/import timer

Alan Pearce
commit

c92530b7940bfd9e0940dd07e4a33b8dc4b575ea

parent

ec4946ee959b2d7d28287e9cd4643a0698833f6b

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M internal/config/structs.gointernal/config/structs.go
@@ -31,7 +31,7 @@ type Importer struct {
Sources map[string]*Source LowMemory bool `comment:"Use less memory at the expense of import performance"` Timeout Duration `comment:"Abort fetch and import process for all jobs if it takes longer than this value."` - UpdateAt LocalTime `comment:"Local time of day to run fetch/import process"` + UpdateAt LocalTime `comment:"Time of day (UTC) to run fetch/import process"` } type Source struct {