From 263f28039544d483d12503cc7d982a0a3cc07926 Mon Sep 17 00:00:00 2001 From: helloxum Date: Mon, 14 Nov 2022 21:21:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9C=88=E4=B8=AD=E5=91=A8?= =?UTF-8?q?=E5=AF=B9=E8=B1=A1=E5=9C=A8=E8=B7=A8=E5=B9=B4=E6=97=B6=E8=AE=A1?= =?UTF-8?q?=E7=AE=97=E9=94=99=E8=AF=AF=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lunar.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lunar.js b/lunar.js index db3a251..5d5185c 100644 --- a/lunar.js +++ b/lunar.js @@ -1965,6 +1965,7 @@ m++; if (m > 12) { y++; + m=m-12; } } l.push(SolarWeek.fromYmd(y, m, d, start));