close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 13 years ago

Closed 12 years ago

#1505 closed defect (fixed)

FileTime no acierta con las fracciones de segundo

Reported by: Pedro Gea Owned by: Jorge
Priority: high Milestone: Mantainance
Component: Kernel Version: 3.1
Severity: critical Keywords:
Cc:

Description

La función FileTime no acierta con las fracciones de segundo.
Puede comprobarse haciendo:

Date date1 = FileTime(GetAbsolutePath(GetDir(GetAbsolutePath("."))[1][1]));
Set For(1, 10000, Real (Real i) { 0 }); // esperamos algo
Date date2 = FileTime(GetAbsolutePath(GetDir(GetAbsolutePath("."))[1][1]));
Real (Date date1==date2); // -> False

Change History (2)

comment:1 Changed 13 years ago by Jorge

Owner: changed from Víctor de Buen Remiro to Jorge
Status: newassigned

comment:2 Changed 12 years ago by Pedro Gea

Resolution: fixed
Status: assignedclosed

(In [5983]) Closes #1505
Se eliminan las fracciones de segundo introducidas, no se sabe bien con qué criterio.

Note: See TracTickets for help on using tickets.