[Bug 286970] cal(1): October 1582

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 21 May 2025 09:50:09 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286970

mew14930xvi <mew14930xvi@inbox.lv> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mew14930xvi@inbox.lv

--- Comment #1 from mew14930xvi <mew14930xvi@inbox.lv> ---
cal(1)
     -s country_code
             Assume the switch from Julian to Gregorian Calendar at the date
             associated with the country_code.  If not specified, ncal tries
             to guess the switch date from the local environment or falls back
             to September 2, 1752.  This was when Great Britain and her
             colonies switched to the Gregorian Calendar.

$ /usr/bin/ncal 9 1752
    September 1752
Mo    18 25
Tu  1 19 26
We  2 20 27
Th 14 21 28
Fr 15 22 29
Sa 16 23 30
Su 17 24

$ /usr/bin/ncal -s ES 10 1582
    October 1582
Mo  1 18 25
Tu  2 19 26
We  3 20 27
Th  4 21 28
Fr 15 22 29
Sa 16 23 30
Su 17 24 31

-- 
You are receiving this mail because:
You are the assignee for the bug.