C# TimeZoneInfo.FindSystemTimeZoneById returns incorrect AdjustmentRules when run on Linux – Asp.net
When running the below code on Windows with a valid Windows timezone it returns the correct TimeZoneInfo with 1 AdjustmentRule: var timeZone = TimeZoneInfo.FindSystemTimeZoneById("Central Europe Standard Time"); However, when running inside a Linux container, after converting the timezone name to…