From 1916d3b499a7874f6aa1ec005cf8ce41c96033f3 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 18 May 2018 16:19:45 +0000 Subject: [PATCH] Based on multiple sources including the State Gazette the last day of Julian calendar in Bulgaria was 31.03.1916. Submitted by: Konstantin Terziev Pull Request: https://github.com/freebsd/freebsd/pull/142 (I independently confirmed the date and this was the right date to use for ncal) --- usr.bin/ncal/ncal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/ncal/ncal.c b/usr.bin/ncal/ncal.c index 621b839e1803..47dc517e7839 100644 --- a/usr.bin/ncal/ncal.c +++ b/usr.bin/ncal/ncal.c @@ -78,7 +78,7 @@ static struct djswitch { {"AT", "Austria", {1583, 10, 5}}, {"AU", "Australia", {1752, 9, 2}}, {"BE", "Belgium", {1582, 12, 14}}, - {"BG", "Bulgaria", {1916, 3, 18}}, + {"BG", "Bulgaria", {1916, 3, 31}}, {"CA", "Canada", {1752, 9, 2}}, {"CH", "Switzerland", {1655, 2, 28}}, {"CN", "China", {1911, 12, 18}},