[PR #449] [MERGED] Workaround timezone information issues in dotnet core 3.0 #520

Closed
opened 2026-02-15 15:56:11 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/449
Author: @13xforever
Created: 11/5/2019
Status: Merged
Merged: 11/5/2019
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (6)

  • 9e5099b try to fix timezone parsing on .net core 3.0
  • b0df307 add more debug info
  • 5162953 more debug info
  • 8c50ecd fml, they broke all names
  • e86e6a8 hopefully fix timezoneinfo on dotnet core 3.0
  • aeac6de fix filter editor to support the new action

📊 Changes

3 files changed (+25 additions, -12 deletions)

View changed files

📝 CompatBot/Commands/ContentFilters.cs (+1 -1)
📝 CompatBot/Program.cs (+6 -0)
📝 CompatBot/Utils/TimeParser.cs (+18 -11)

📄 Description

Apparently TimeZoneInfo no longer provides human readable names, at all


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/RPCS3/discord-bot/pull/449 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 11/5/2019 **Status:** ✅ Merged **Merged:** 11/5/2019 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (6) - [`9e5099b`](https://github.com/RPCS3/discord-bot/commit/9e5099be9a95d4b7b45329d10b0fac4c854b1d4d) try to fix timezone parsing on .net core 3.0 - [`b0df307`](https://github.com/RPCS3/discord-bot/commit/b0df307e1e7e09b28b5996338d543c94a103551d) add more debug info - [`5162953`](https://github.com/RPCS3/discord-bot/commit/5162953468b0da7c1185f32de9ae5a39939d065a) more debug info - [`8c50ecd`](https://github.com/RPCS3/discord-bot/commit/8c50ecddaa949cc1c25070af464f6cbf7c2a2da6) fml, they broke all names - [`e86e6a8`](https://github.com/RPCS3/discord-bot/commit/e86e6a89ff044c5da201bfb1b57ea6838d8b19f6) hopefully fix timezoneinfo on dotnet core 3.0 - [`aeac6de`](https://github.com/RPCS3/discord-bot/commit/aeac6de07d7434f32211921ed59fefc1113886db) fix filter editor to support the new action ### 📊 Changes **3 files changed** (+25 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/Commands/ContentFilters.cs` (+1 -1) 📝 `CompatBot/Program.cs` (+6 -0) 📝 `CompatBot/Utils/TimeParser.cs` (+18 -11) </details> ### 📄 Description Apparently `TimeZoneInfo` no longer provides human readable names, at all --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 15:56:11 -05:00
yindo closed this issue 2026-02-15 15:56:11 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/discord-bot#520