[PR #901] [MERGED] Try to fix time zone info after upgrading the docker image #925

Closed
opened 2026-02-15 15:57:14 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/901
Author: @13xforever
Created: 8/16/2022
Status: Merged
Merged: 8/16/2022
Merged by: @clienthax

Base: masterHead: vnext


📝 Commits (3)

  • 4c65e8b new docker image seems to be missing tzdata package
  • 7acfa11 try to build acronyms for all time zones
  • 3a96e5a update 3rd party deps

📊 Changes

8 files changed (+39 additions, -20 deletions)

View changed files

📝 Clients/CompatApiClient/CompatApiClient.csproj (+1 -1)
📝 Clients/GithubClient/GithubClient.csproj (+1 -1)
📝 CompatBot/Commands/BotStats.cs (+1 -1)
📝 CompatBot/CompatBot.csproj (+10 -10)
📝 CompatBot/Config.cs (+4 -4)
📝 CompatBot/Utils/TimeParser.cs (+20 -1)
📝 Dockerfile (+1 -1)
📝 Tests/Tests.csproj (+1 -1)

📄 Description

For some reason all time zone info is missing.
Also updated regular deps.


🔄 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/901 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 8/16/2022 **Status:** ✅ Merged **Merged:** 8/16/2022 **Merged by:** [@clienthax](https://github.com/clienthax) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (3) - [`4c65e8b`](https://github.com/RPCS3/discord-bot/commit/4c65e8b60b6f7a9f28b74475cdaa20a2a3b25f6a) new docker image seems to be missing tzdata package - [`7acfa11`](https://github.com/RPCS3/discord-bot/commit/7acfa1189b7763b3febac67f278f780ab17f2d19) try to build acronyms for all time zones - [`3a96e5a`](https://github.com/RPCS3/discord-bot/commit/3a96e5af3505cd466687cea56890a7feaa4d64d0) update 3rd party deps ### 📊 Changes **8 files changed** (+39 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `Clients/CompatApiClient/CompatApiClient.csproj` (+1 -1) 📝 `Clients/GithubClient/GithubClient.csproj` (+1 -1) 📝 `CompatBot/Commands/BotStats.cs` (+1 -1) 📝 `CompatBot/CompatBot.csproj` (+10 -10) 📝 `CompatBot/Config.cs` (+4 -4) 📝 `CompatBot/Utils/TimeParser.cs` (+20 -1) 📝 `Dockerfile` (+1 -1) 📝 `Tests/Tests.csproj` (+1 -1) </details> ### 📄 Description For some reason all time zone info is missing. Also updated regular deps. --- <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:57:14 -05:00
yindo closed this issue 2026-02-15 15:57:14 -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#925