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
Owner: | changed from Víctor de Buen Remiro to Jorge |
---|---|
Status: | new → assigned |
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [5983]) Closes #1505
Se eliminan las fracciones de segundo introducidas, no se sabe bien con qué criterio.