C# Get Time By Time Zone
Note: Different OS will have different Time Zone Id. On Windows systems, FindSystemTimeZoneById tries to match id to the subkey names of the HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Time Zones branch of the registry. On Linux and macOS, it uses time zone information available in the ICU Library Windows OS Pacific Standard Time Non Windows OS America/Los_Angeles Time Zone List https://en.wikipedia.org/wiki/List_of_tz_database_time_zones Code UTC... » read more