We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1741fdc commit 7a023f9Copy full SHA for 7a023f9
generic/tclClock.c
@@ -3500,7 +3500,7 @@ ClockParseFmtScnArgs(
3500
if ( dataPtr->lastBase.timezoneObj == opts->timezoneObj
3501
&& dataPtr->lastBase.date.seconds == baseVal
3502
&& (!(dataPtr->lastBase.date.flags & CLF_CTZ)
3503
- || dataPtr->lastTZEpoch == TzsetIfNecessary()) {
+ || dataPtr->lastTZEpoch == TzsetIfNecessary())) {
3504
canUseLastBase = 1;
3505
/*
3506
* There's one exception: If TZ changed, and if timezone is just the
0 commit comments