Changeset 78

Show
Ignore:
Timestamp:
05/18/08 01:29:07 (8 months ago)
Author:
csauls
Message:

Progressed on cashew.utils.Sfv

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/cashew/utils/Sfv.d

    r77 r78  
    2323import cashew .utils .Array ; 
    2424 
    25 static import Text    = tango .text          .Util   
    26 static import Integer = tango .text .convert .Integer
    27  
     25static import Text    = tango .text          .Util     
     26static import Integer = tango .text .convert .Integer  
     27static import Stamp   = tango .text .convert .TimeStamp ; 
    2828 
    2929debug import tango .io .Stdout ; 
     
    223223         
    224224        // write today's date/time 
    225         // yyyy-mm-dd hh:mm:ss ±zzzz 
    226         output.newline.formatln(";; Written {}", Clock.toDate); 
     225        output.newline.formatln(";; Written {}", Stamp.toString(Clock.now)); 
    227226 
    228227        // close file