We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 538d56f + e9b0417 commit 3919bc3Copy full SHA for 3919bc3
1 file changed
system/I18n/Time.php
@@ -593,6 +593,7 @@ public function getDst(): bool
593
if ($transition['time'] > $this->format('U'))
594
{
595
$daylightSaving = (bool) $transition['isdst'] ?? $daylightSaving;
596
+ break;
597
}
598
599
return $daylightSaving;
0 commit comments