CVS malfunctioned on the previous check-in. Make sure the revision to

date.c was received.  Ticket #1991. (CVS 3444)

FossilOrigin-Name: 433dac1f2924d00282ef952668b21a9c023c93cb
This commit is contained in:
drh 2006-09-25 18:05:04 +00:00
parent 9df9492adc
commit 7f986a651e
3 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
C Fix\sa\sroundoff\serror\sin\sthe\s%f\sconverter\sof\sstrftime().\s\sTicket\s#1991.\s(CVS\s3442)
D 2006-09-25T18:03:29
C CVS\smalfunctioned\son\sthe\sprevious\scheck-in.\s\sMake\ssure\sthe\srevision\sto\ndate.c\swas\sreceived.\s\sTicket\s#1991.\s(CVS\s3444)
D 2006-09-25T18:05:04
F Makefile.in cabd42d34340f49260bc2a7668c38eba8d4cfd99
F Makefile.linux-gcc 2d8574d1ba75f129aba2019f0b959db380a90935
F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
@ -53,7 +53,7 @@ F src/btree.h 061c50e37de7f50b58528e352d400cf33ead7418
F src/build.c 7199949a6a3449e9ec69408cc79a48ed04fd0b85
F src/callback.c fd9bb39f7ff6b52bad8365617abc61c720640429
F src/complete.c 7d1a44be8f37de125fcafd3d3a018690b3799675
F src/date.c 5e470f013bd3c55e7346f18771905d3bc9a12ade
F src/date.c 9602457c49210f77f860d1919a8249a3118cd43f
F src/delete.c 804384761144fe1a5035b99f4bd7d706976831bd
F src/experimental.c 1b2d1a6cd62ecc39610e97670332ca073c50792b
F src/expr.c 0546cc60f08c426d96092dea0789d085aed3580e
@ -399,7 +399,7 @@ F www/tclsqlite.tcl bb0d1357328a42b1993d78573e587c6dcbc964b9
F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b
F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513
P c63d34ce0c7412852fdcf047bc388d2f9710f297
R 7a4af5e2d7aff26cd100e0506024ea82
P 51b9c755ea01528e32690aabe91236ed917369f1
R 16a54898bdd88e4f2298e9240a32bfda
U drh
Z 6e7105311691ea6dc3b1d0101e0f78d6
Z 8d1c7066ea960a79af02d14d93066c8a

View File

@ -1 +1 @@
51b9c755ea01528e32690aabe91236ed917369f1
433dac1f2924d00282ef952668b21a9c023c93cb

View File

@ -16,14 +16,14 @@
** sqlite3RegisterDateTimeFunctions() found at the bottom of the file.
** All other code has file scope.
**
** $Id: date.c,v 1.57 2006/09/25 18:01:32 drh Exp $
** $Id: date.c,v 1.58 2006/09/25 18:05:04 drh Exp $
**
** NOTES:
**
** SQLite processes all times and dates as Julian Day numbers. The
** dates and times are stored as the number of days since noon
** in Greenwich on November 24, 4714 B.C. according to the Gregorian
** calendar system.
** calendar system.
**
** 1970-01-01 00:00:00 is JD 2440587.5
** 2000-01-01 00:00:00 is JD 2451544.5