diff --git a/internal/timezone/timezone_test.go b/internal/timezone/timezone_test.go index dc80c22f..49957b7a 100644 --- a/internal/timezone/timezone_test.go +++ b/internal/timezone/timezone_test.go @@ -6,6 +6,9 @@ package timezone // import "miniflux.app/v2/internal/timezone" import ( "testing" "time" + + // Make sure these tests pass when the timezone database is not installed on the host system. + _ "time/tzdata" ) func TestNow(t *testing.T) {