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}},
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to