Find a more stable way of getting the timezone abbreviation than the current string.split, taking the first letter and removing a word.
In the Helm chart PR I forgot to set the TZ environment variable so the container defaulted to UTC, but the shout said "CUT" as the written out timezone is Coordinated Universal Time.
Find a more stable way of getting the timezone abbreviation than the current
string.split, taking the first letter and removing a word.In the Helm chart PR I forgot to set the
TZenvironment variable so the container defaulted to UTC, but the shout said "CUT" as the written out timezone is Coordinated Universal Time.