[PR #657] [MERGED] Make sure schedules run with UTC #877

Closed
opened 2026-02-05 17:57:20 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/657
Author: @Boy132
Created: 10/23/2024
Status: Merged
Merged: 10/23/2024
Merged by: @Boy132

Base: mainHead: fix/schedule-timezones


📝 Commits (2)

  • 5348c71 make sure schedules use UTC for next_run_at
  • bae93d0 use function from Utilities

📊 Changes

3 files changed (+5 additions, -11 deletions)

View changed files

📝 app/Console/Commands/Schedule/ProcessRunnableCommand.php (+1 -2)
📝 app/Helpers/Utilities.php (+1 -1)
📝 app/Models/Schedule.php (+3 -8)

📄 Description

Fixes #605 (https://github.com/pelican-dev/panel/issues/605#issuecomment-2433292918)


🔄 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/pelican-dev/panel/pull/657 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 10/23/2024 **Status:** ✅ Merged **Merged:** 10/23/2024 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `fix/schedule-timezones` --- ### 📝 Commits (2) - [`5348c71`](https://github.com/pelican-dev/panel/commit/5348c7101f99cd69633c60c6c3d0211f3ca4ec8c) make sure schedules use UTC for `next_run_at` - [`bae93d0`](https://github.com/pelican-dev/panel/commit/bae93d05fbea05fc2713cc35016ddba44ce2229c) use function from Utilities ### 📊 Changes **3 files changed** (+5 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `app/Console/Commands/Schedule/ProcessRunnableCommand.php` (+1 -2) 📝 `app/Helpers/Utilities.php` (+1 -1) 📝 `app/Models/Schedule.php` (+3 -8) </details> ### 📄 Description Fixes #605 (https://github.com/pelican-dev/panel/issues/605#issuecomment-2433292918) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 17:57:20 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#877