[PR #332] [MERGED] Allow user to switch time zones #695

Closed
opened 2026-02-04 18:43:45 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/332
Author: @lancepioch
Created: 6/5/2024
Status: Merged
Merged: 6/26/2024
Merged by: @lancepioch

Base: mainHead: issue/192


📝 Commits (6)

  • d55228b Description not required
  • eac1443 Overwrite to use user’s time zone
  • f4d4942 Allow users to change time zones
  • 7bd2fca Update app/Filament/Resources/UserResource/Pages/EditProfile.php
  • 9037b11 Merge branch 'main' into issue/192
  • 11837c8 Pint fix

📊 Changes

4 files changed (+73 additions, -0 deletions)

View changed files

📝 app/Filament/Resources/UserResource/Pages/EditProfile.php (+9 -0)
📝 app/Models/Model.php (+35 -0)
📝 app/Models/User.php (+1 -0)
database/migrations/2024_06_04_212155_add_timezone_column.php (+28 -0)

📄 Description

Fixes #192


🔄 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/332 **Author:** [@lancepioch](https://github.com/lancepioch) **Created:** 6/5/2024 **Status:** ✅ Merged **Merged:** 6/26/2024 **Merged by:** [@lancepioch](https://github.com/lancepioch) **Base:** `main` ← **Head:** `issue/192` --- ### 📝 Commits (6) - [`d55228b`](https://github.com/pelican-dev/panel/commit/d55228b147358ab2f40e78a11a74238ebbf688e9) Description not required - [`eac1443`](https://github.com/pelican-dev/panel/commit/eac144357ebc17360deacac541aa1962033ed0a2) Overwrite to use user’s time zone - [`f4d4942`](https://github.com/pelican-dev/panel/commit/f4d4942979cdb2b09eca544a8797ba12fd0112cf) Allow users to change time zones - [`7bd2fca`](https://github.com/pelican-dev/panel/commit/7bd2fca00b49029b028ed737def915516ad551f1) Update app/Filament/Resources/UserResource/Pages/EditProfile.php - [`9037b11`](https://github.com/pelican-dev/panel/commit/9037b115f60e92caf2b7f9f5ca6475df4d0737ac) Merge branch 'main' into issue/192 - [`11837c8`](https://github.com/pelican-dev/panel/commit/11837c809fafdce47839de77964032017479fbf3) Pint fix ### 📊 Changes **4 files changed** (+73 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Resources/UserResource/Pages/EditProfile.php` (+9 -0) 📝 `app/Models/Model.php` (+35 -0) 📝 `app/Models/User.php` (+1 -0) ➕ `database/migrations/2024_06_04_212155_add_timezone_column.php` (+28 -0) </details> ### 📄 Description Fixes #192 --- <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-04 18:43:45 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#695