I was asked as a part of user experience to add the shortened Time Zone to date/timestamps. After reviewing the Text function, it seems as if none of these display time zone abbreviations. Researching I came across an article that shows how to do this manually using collections. This seems fairly smart at first, however after looking over it, this will lead to collision issues. This is especially noticeable now as US DST ends 11/6. This is noticeable in answers such as Solved: How to check if DST (Daylight Saving Time) is in e... - Power Platform Community (microsoft.com)
The Time Zone UX requirement is because users will be working with others in different Time Zones. While it's nice that times are always displayed in the current user's Time Zone, not having an indicator could lead to confusion of if an action that is timestamped is in the current user's time or the user who performed the action that created the timestamp.
Is there any way to either:
A: Show Time Zone labels easily
B: Discern correctly a user is on Daylight Savings time
Thank you for your time.