From 5ca08c18134123fd5f9a457829090410221a93ce Mon Sep 17 00:00:00 2001 From: Bnyro Date: Sat, 26 Apr 2025 22:21:39 +0200 Subject: [feat] plugins: add new time/timezone search plugin The plugin uses the ``GeoLocation`` class, which is already implemented in the context of weather forecasts, to determine the time zone. The ``DateTime`` class is used for the localized display of date and time. Co-authored-by: Markus Heiser --- searx/settings.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'searx/settings.yml') diff --git a/searx/settings.yml b/searx/settings.yml index 7d95e3d16..c940c7f11 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -238,6 +238,9 @@ plugins: searx.plugins.hostnames.SXNGPlugin: active: true + searx.plugins.time_zone.SXNGPlugin: + active: true + searx.plugins.oa_doi_rewrite.SXNGPlugin: active: false -- cgit v1.2.3