Lines Matching full:years
319 These functions expect the year value to be the number of years since 1900,
339 years as a two-digit value like C<99> for C<1999> or C<1> for C<2001>. This
389 of the year easier for humans, however, who are more accustomed to seeing years
396 Years greater than 999 are interpreted as being the actual year, rather than
402 Years in the range 100..999 are interpreted as offset from 1900, so that 112
403 indicates 2012. This rule also applies to years less than zero (but see note
408 Years in the range 0..99 are interpreted as shorthand for years in the rolling
409 "current century," defined as 50 years on either side of the current year.
411 to 1955. Twenty years from now, 55 would instead refer to 2055. This is messy,
418 if 4-digit years are used. But it also means that the behavior of your code
435 years)
494 The whole scheme for interpreting two-digit years can be considered a bug.