SIGN IN SIGN UP

enhancement(vrl): Add VRL function get_vector_timezone (#19727)

* Add VRL function get_vector_timezone()

This function returns the name of the configured timezone, or if set to
`local` then it will attempt to get the timezone name from the host OS.
If that fails, then it will get the local time, and return the formatted
timezone offset (e.g., "+02:00")

Note that iana-time-zone was previously an indirect dependency, now it's
a direct dependency.

* Add changelog fragment, fix cue format

* Ignore spelling of authors in changelog.d fragment files

* Doc updates from code review

* Add newline to changelog.d entry

* Refactor PR to just the documentation changes

* Changes from code review
K
klondikedragon committed
ab9bf4ed2aa9e00223c973e5c899b1ef8aedade0
Parent: c172d50
Committed by GitHub <noreply@github.com> on 2/9/2024, 12:12:43 AM