We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7f7fc7 commit 34deff5Copy full SHA for 34deff5
src/Timezone.php
@@ -6,7 +6,7 @@
6
7
class Timezone
8
{
9
- public function convertToLocal(Carbon $date, $format = 'jS F Y g:i:a', $format_timezone = false)
+ public function convertToLocal(Carbon $date, $format = null, $format_timezone = false)
10
11
if (is_null($date)) {
12
return 'Empty';
0 commit comments