source: git/tests/cmd_date.svx @ 9cbe799

RELEASE/1.2debug-cidebug-ci-sanitisersstereowalls-datawalls-data-hanging-as-warning
Last change on this file since 9cbe799 was 1ee204e, checked in by Olly Betts <olly@…>, 14 years ago

doc/3dformat.htm,lib/messages.txt,src/,tests/: New v7 of .3d format
which stores survey dates as number of days since Jan 1st 1900, so
we now support dates from 1900-2078 (rather than 1970-2037) with a
smaller file size. The img API is now versioned - you can select
the new "version 1" by compiling with -DIMG_API_VERSION=1, which
gives the survey dates in days in days1 and days2 instead of as
time_t values in date1 and date2. Fixes ticket#14.

git-svn-id: file:///home/survex-svn/survex/trunk@3519 4b37db11-9a0c-4f06-9ece-9ab7cdaee568

  • Property mode set to 100644
File size: 1.2 KB
Line 
1; valid dates:
2*begin
3*date 00.01.01
4*date 00.01
5*date 00.02
6*date 00
7*date 1900-2000
8*date 1900.01.01
9*date 1900.01
10*date 1900.02
11*date 1900.02.28
12*date 1900
13*date 02.01.01
14*date 02.01
15*date 02.02
16*date 02
17*date 1902-2000
18*date 1902.01.01
19*date 1902.01
20*date 1902.02
21*date 1902
22*date 1902-2000
23*date 69.12.31
24*date 1969.12.31
25*date 1969.12
26*date 1969
27*date 70.01.01
28*date 70.01
29*date 70.02
30*date 70
31*date 99.12.31
32*date 1970-2000
33*date 1970.01.01
34*date 1970.01
35*date 1970.02
36*date 1970
37*date 1970-2000
38*date 1975.01.31
39*date 1975.02.28
40*date 1975.03.31
41*date 1975.04.30
42*date 1975.05.31
43*date 1975.06.30
44*date 1975.07.31
45*date 1975.08.31
46*date 1975.09.30
47*date 1975.10.31
48*date 1975.11.30
49*date 1975.12.31
50*date 1976.02.29
51*date 1976.03.31
52*date 1976.04.30
53*date 1976.05.31
54*date 1976.06.30
55*date 1976.07.31
56*date 1976.08.31
57*date 1976.09.30
58*date 1976.10.31
59*date 1976.11.30
60*date 1976.12.31
61*date 2000.01.31
62*date 2000.02.29
63*date 2000.03.31
64*date 2000.04.30
65*date 2000.05.31
66*date 2000.06.30
67*date 2000.07.31
68*date 2000.08.31
69*date 2000.09.30
70*date 2000.10.31
71*date 2000.11.30
72*date 2000.12.31
73*date 2000.01.31
74; These should generate one "date in future" warning each (until 2078!)
75*date 1900-2078
76*date 2078.12.31
77*date 2078.06
78*date 2078
79
80*fix 1 0 0 0
811 2 1.0 020 -03
82*end
Note: See TracBrowser for help on using the repository browser.