Commit 04d83ed
app: fix
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 pterodactyl#4821
Superseeds pterodactyl#4827
Co-authored-by: danny6167 <daniel@barteck.com.au>getMySQLTimezoneOffset() truncating seconds1 parent 1586061 commit 04d83ed
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
| 18 | + | |
21 | 19 | | |
22 | 20 | | |
0 commit comments