I can get the Windows system local time zone as a Windows time zone identifier by passing the /g parameter to the tzutil utility.
For example:
C:\> tzutil /g
Pacific Standard Time
But how can I get the equivalent IANA time zone identifier, America/Los_Angeles?