The following reply was made to PR bin/165516; it has been noted by GNATS. From: oliver <[email protected]> To: [email protected], [email protected] Cc: Subject: Re: bin/165516: Calendar for Austria for Ash Wednesday wrong by a week. Date: Mon, 3 Mar 2014 20:38:15 +0100
--MP_/qG0fYiRu==U3=ERn08z8_gL Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline I can confirm that. Here is a patch for the austrian calendar file. it fixes ash wednesday in the austrian version. with this patch applied the following correct next ash wednesday dates are displayed: Aschermittwoch am 05.03.2014 Aschermittwoch am 18.02.2015 Aschermittwoch am 10.02.2016 the original version shows the following wrong dates Aschermittwoch am 26.02.2014 Aschermittwoch am 25.02.2015 Aschermittwoch am 24.02.2016 greetings, oliver --MP_/qG0fYiRu==U3=ERn08z8_gL Content-Type: text/plain Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=patch.txt --- /usr/src/usr.bin/calendar/calendars/de_AT.ISO_8859-15/calendar.feiertag 2014-02-19 00:43:48.000000000 +0100 +++ calendar.feiertag 2014-03-03 20:09:28.000000000 +0100 @@ -37,7 +37,7 @@ /* Gedenktage - nicht arbeitsfreie Feiertage */ 02/14 Valentinstag -02/WednesdayLast Aschermittwoch +Easter-46 Aschermittwoch Easter-7 Palmsonntag Nov Sun+3 Totensonntag Nov Sun+4 1. Advent --MP_/qG0fYiRu==U3=ERn08z8_gL-- _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
