date_rest.tex

来自「CCSM Research Tools: Community Atmospher」· TEX 代码 · 共 18 行

TEX
18
字号
% $Id: Date_rest.tex,v 1.1.6.1 2002/04/24 03:25:48 erik Exp $The Gregorian date object is limited to the rangeNovember 25, -4713 to December 31, +214748 (both in the Gregorian calendar).  The lower limitis due to the algorithm used in the Gregorian calendar, which relies oncalculating the julian day.  This calculation is valid only for a positivejulian day, and the lower limit corresponds to the julian day of one.  Theupper limit is imposed because January 1, 214749 is expressed in the {\tt yearmmdd}format as 2147490101, which is larger than \( 2^{31} \).The No Leap date object is limited to the range January 1, -214748 toDecember 31, +21478 .  Both of these limitations derive from the {\tt yearmmdd}interface and the fact that the year 21479 (B.C. or A.D.) can not be representedin this format and a 4-byte integer.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?