Is it possible to retrieve the PC's Time Zone using Angular? I specifically need the timezone in the format of '+H:MM' for manipulation.
I know that Angular typically formats time zones as '+HHMM', so my goal is to store this timezone value and convert it into a string that can be easily modified later on.
Additionally, I prefer not to rely on external plugins or libraries for this task, if feasible.