Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 May 2018 16:19:45 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r333798 - head/usr.bin/ncal
Message-ID:  <201805181619.w4IGJjad053700@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Fri May 18 16:19:45 2018
New Revision: 333798
URL: https://svnweb.freebsd.org/changeset/base/333798

Log:
  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)

Modified:
  head/usr.bin/ncal/ncal.c

Modified: head/usr.bin/ncal/ncal.c
==============================================================================
--- head/usr.bin/ncal/ncal.c	Fri May 18 14:59:04 2018	(r333797)
+++ head/usr.bin/ncal/ncal.c	Fri May 18 16:19:45 2018	(r333798)
@@ -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}},



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805181619.w4IGJjad053700>