Hi all,

In sysstrh.inc MinDateTime is defined as follows:

  { For floattodatetime }
  MinDateTime: TDateTime = -657434.0;     { 01/01/0100 12:00:00.000 AM }
  MaxDateTime: TDateTime =  2958465.99999;{ 12/31/9999 11:59:59.999 PM }

Why is that? Datetimes before 100AD works perfectly. Can I change it to
01/01/01 ? (Why does this restriction exist at all?!?)

Regards,
  Joost.

_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to