From 3c30a4c6a5958a4fbf540c8440d3b2de48ae7607 Mon Sep 17 00:00:00 2001
From: Aashish Baidya <aashish.baidya.c3@gmail.com>
Date: Wed, 27 Sep 2023 08:43:56 +0545
Subject: [PATCH] 2062 B.S. year 1st and 2nd month total days corrected.

---
 bikram/constants.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bikram/constants.py b/bikram/constants.py
index e330fba..c74a9b0 100644
--- a/bikram/constants.py
+++ b/bikram/constants.py
@@ -151,7 +151,7 @@
     (2059, (None, 31, 31, 32, 31, 31, 31, 30, 29, 30, 29, 30, 30)),
     (2060, (None, 31, 31, 32, 32, 31, 30, 30, 29, 30, 29, 30, 30)),
     (2061, (None, 31, 32, 31, 32, 31, 30, 30, 30, 29, 29, 30, 31)),
-    (2062, (None, 30, 32, 31, 32, 31, 31, 29, 30, 29, 30, 29, 31)),
+    (2062, (None, 31, 31, 31, 32, 31, 31, 29, 30, 29, 30, 29, 31)),
     (2063, (None, 31, 31, 32, 31, 31, 31, 30, 29, 30, 29, 30, 30)),
     (2064, (None, 31, 31, 32, 32, 31, 30, 30, 29, 30, 29, 30, 30)),
     (2065, (None, 31, 32, 31, 32, 31, 30, 30, 30, 29, 29, 30, 31)),