1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-11-22 09:02:28 +01:00
Pterodactyl-Panel/app
Matthew Penner 04d83edd36
app: fix getMySQLTimezoneOffset() truncating seconds
Previously the `getMySQLTimezoneOffset()` function would truncate the
seconds part of a time offset (returning `+9:00` instead of `+9:30`) for
example. This only affects timezones with offsets that contain minutes.

Closes https://github.com/pterodactyl/panel/issues/4821
Superseeds https://github.com/pterodactyl/panel/pull/4827

Co-authored-by: danny6167 <daniel@barteck.com.au>
2023-08-22 18:54:59 -06:00
..
Console Laravel 10 (#4706) 2023-02-23 12:30:16 -07:00
Contracts Upgrade to Laravel 9 (#4413) 2022-10-14 10:59:20 -06:00
Events Upgrade to Laravel 9 (#4413) 2022-10-14 10:59:20 -06:00
Exceptions Laravel 10 (#4706) 2023-02-23 12:30:16 -07:00
Extensions Laravel 10 (#4706) 2023-02-23 12:30:16 -07:00
Facades Upgrade to Laravel 9 (#4413) 2022-10-14 10:59:20 -06:00
Helpers app: fix getMySQLTimezoneOffset() truncating seconds 2023-08-22 18:54:59 -06:00
Http Laravel 10 (#4706) 2023-02-23 12:30:16 -07:00
Jobs Laravel 10 (#4706) 2023-02-23 12:30:16 -07:00
Listeners/Auth Upgrade to Laravel 9 (#4413) 2022-10-14 10:59:20 -06:00
Models Laravel 10 (#4706) 2023-02-23 12:30:16 -07:00
Notifications Upgrade to Laravel 9 (#4413) 2022-10-14 10:59:20 -06:00
Observers Upgrade to Laravel 9 (#4413) 2022-10-14 10:59:20 -06:00
Policies Upgrade to Laravel 9 (#4413) 2022-10-14 10:59:20 -06:00
Providers Laravel 10 (#4706) 2023-02-23 12:30:16 -07:00
Repositories Laravel 10 (#4706) 2023-02-23 12:30:16 -07:00
Rules Upgrade to Laravel 9 (#4413) 2022-10-14 10:59:20 -06:00
Services Laravel 10 (#4706) 2023-02-23 12:30:16 -07:00
Traits Laravel 10 (#4706) 2023-02-23 12:30:16 -07:00
Transformers/Api Laravel 10 (#4706) 2023-02-23 12:30:16 -07:00
helpers.php Upgrade to Laravel 9 (#4413) 2022-10-14 10:59:20 -06:00