Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Apr 2020 02:39:46 +0000 (UTC)
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r359587 - head/usr.bin/calendar/calendars
Message-ID:  <202004030239.0332dkDG084987@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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)



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