misc_pterodactyl-panel/app/Helpers
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
..
Time.php app: fix getMySQLTimezoneOffset() truncating seconds 2023-08-22 18:54:59 -06:00
Utilities.php Laravel 10 (#4706) 2023-02-23 12:30:16 -07:00