June 22, 2003 bug: date.toTimeString | ||||
---|---|---|---|---|
| ||||
I'm trying this: import date, c.stdio; void main() { d_time start,end; start=getUTCtime(); for (uint i=0;i<10000;i++) { } end=getUTCtime(); printf('%l [%.*s]-[%.*s]' \n, end-start,toTimeString(start),toTimeString(end) ); } But I get: "Error: Switch Default date(609)". The same happens with date.toString(). I'm using dmd 0.66 for win32. ------------------------- Carlos Santander --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.491 / Virus Database: 290 - Release Date: 2003-06-18 |
June 22, 2003 Re: date.toTimeString | ||||
---|---|---|---|---|
| ||||
Posted in reply to Carlos Santander B. | I'll check it out. -Walter |
Copyright © 1999-2021 by the D Language Foundation