From b87e0a2cdd6b5aa6807fd612826e3218c4c0bb85 Mon Sep 17 00:00:00 2001 From: Kjell Winblad Date: Mon, 29 May 2023 14:45:37 +0200 Subject: [PATCH] docs: add changelog entry --- changes/ce/feat-10858.en.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/ce/feat-10858.en.md diff --git a/changes/ce/feat-10858.en.md b/changes/ce/feat-10858.en.md new file mode 100644 index 000000000..1e2fa9fee --- /dev/null +++ b/changes/ce/feat-10858.en.md @@ -0,0 +1 @@ +A new utility function timezone_to_offset_seconds/1 has been added to the rule engine SQL language. This function converts a timezone string (for example, "+02:00", "Z" and "local") to the corresponding offset in seconds.