Day: October 31, 2021

  • Using Time Zone ID on .NET Core v3.1 under multi-platform

    Summary How do I specify the timezone ID in .NET Core v3.1? In macOS v11.6, the Time Zone Database is within the /usr/share/zoneinfo directory. Therefore, when specifying the time zone id in Swift, do as follows. It’s the same for macOS and iOS. On the other hand, in .NET Core v3.1 (Windows), specify as follows.…