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.
2 parents cd1cb22 + fea9d4a commit 115677aCopy full SHA for 115677a
src/TimeZoneService.php
@@ -135,7 +135,6 @@ private function getLabel($timezone): string
135
*/
136
private function getTimeDiff($time): string
137
{
138
- $time_diff_symbol = Config::get('Timezone.TIME_DIFF_SYMBOL', '.');
139
$time_diff_symbol = Config::get('Timezone.TIME_DIFF_SYMBOL', '.');
140
$str_time_diff = $time->format('p');
141
return str_replace(':', $time_diff_symbol, $str_time_diff);
0 commit comments