svn commit: r359587 - head/usr.bin/calendar/calendars
Oleksandr Tymoshenko
gonzo at FreeBSD.org
Fri Apr 3 02:39:57 UTC 2020
Author: gonzo
Date: Fri Apr 3 02:39:46 2020
New Revision: 359587
URL: https://svnweb.freebsd.org/changeset/base/359587
Log:
Remove hardcoded US Election Day from calendar.usholiday
calendar(1) syntax is not capable of representing the rules for the
US Election Day. The hardcoded date was set in r15066 in 1996 and
hasn't changed since then.
PR: 173389
Reported by: Steve Ames <steve at energistic.com>
MFC after: 1 week
Modified:
head/usr.bin/calendar/calendars/calendar.usholiday
Modified: head/usr.bin/calendar/calendars/calendar.usholiday
==============================================================================
--- head/usr.bin/calendar/calendars/calendar.usholiday Fri Apr 3 01:31:48 2020 (r359586)
+++ head/usr.bin/calendar/calendars/calendar.usholiday Fri Apr 3 02:39:46 2020 (r359587)
@@ -30,7 +30,6 @@
09/22* Autumnal Equinox
10/MonSecond Columbus Day in USA (2nd Monday of October)
10/31 All Hallows Eve (Halloween)
-11/05* Election Day in USA (1st Tuesday after 1st Monday for even years)
11/SunFirst Daylight Savings Time ends in USA; clocks move back (1st Sunday of November)
11/11 Veterans' Day
11/ThuFourth Thanksgiving Day (4th Thursday in November)
More information about the svn-src-head
mailing list