From d1e5c2105eb3cd7e2e7da83fefd941a84539e69f Mon Sep 17 00:00:00 2001 From: Hide_D Date: Wed, 29 Oct 2025 16:25:27 +0000 Subject: [PATCH] fix: VarTurn60 CutDay --- hwe/sammo/VarTurn60.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/VarTurn60.php b/hwe/sammo/VarTurn60.php index 396f7398..1c6118ee 100644 --- a/hwe/sammo/VarTurn60.php +++ b/hwe/sammo/VarTurn60.php @@ -141,7 +141,7 @@ class VarTurn60 //상수 테이블이 이미 13:00에 1월이 되도록 맞춰져 있음. //다만 20:00인 경우 8월이 아니라 9월이 됨 ^^; $newMonth = ($this->turnIdx + static::MonthAdjustOffset) % 12 + 1; - [$date, ] = $this->cutTurn($withFraction); + [$date, ] = $this->addTurn(-($newMonth - 1))->cutTurn($withFraction); $yearPulled = $newMonth > 3;