Closed
Description
If I execute TimeZoneInfo.GetSystemTimeZones()
on Linux & Windows I get different lists, this is because each OS uses a different timezone db.
However, is there a way in .netcore to get a consistent list no matter the OS and/or is there a way that TimeZoneInfo.FindSystemTimeZoneById
on Windows will work with a Unix timezone id and vice versa a Windows id parsed on a Unix OS?