We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 341fa0a commit 987440cCopy full SHA for 987440c
app/Helpers/Time.php
@@ -15,6 +15,6 @@ final class Time
15
*/
16
public static function getMySQLTimezoneOffset(string $timezone): string
17
{
18
- return CarbonImmutable::now($timezone)->getTimezone()->toOffsetName();
+ return CarbonImmutable::now($timezone)->getTimezone()->toOffsetName();
19
}
20
0 commit comments