summaryrefslogtreecommitdiff
path: root/docs/dev/plugins/time_zone.rst
diff options
context:
space:
mode:
authorBnyro <bnyro@tutanota.com>2025-04-26 22:21:39 +0200
committerBnyro <bnyro@tutanota.com>2025-08-28 10:49:50 +0200
commit5ca08c18134123fd5f9a457829090410221a93ce (patch)
tree73cb50a69230bd6ed61b467d31e85191022e9815 /docs/dev/plugins/time_zone.rst
parent90e602b349461f4a79bbe93e10bca4059e9d1721 (diff)
[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 <markus.heiser@darmarit.de>
Diffstat (limited to 'docs/dev/plugins/time_zone.rst')
-rw-r--r--docs/dev/plugins/time_zone.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/dev/plugins/time_zone.rst b/docs/dev/plugins/time_zone.rst
new file mode 100644
index 000000000..dd17924d6
--- /dev/null
+++ b/docs/dev/plugins/time_zone.rst
@@ -0,0 +1,8 @@
+.. _time zone plugin:
+
+=========
+Time Zone
+=========
+
+.. automodule:: searx.plugins.time_zone
+ :members: