Hi I am having a use case that I need to generate formatted time, and the text should contain the abbreviation of the timezone.
I am using format_with_items(), and a format string "%a %b %d %I:%M:%S '%Z' %p %Y". However, %Z doesn't return the abbreviation. What should I do?