Changeset 78
- Timestamp:
- 05/18/08 01:29:07 (8 months ago)
- Files:
-
- trunk/cashew/utils/Sfv.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cashew/utils/Sfv.d
r77 r78 23 23 import cashew .utils .Array ; 24 24 25 static import Text = tango .text .Util ;26 static import Integer = tango .text .convert .Integer ;27 25 static import Text = tango .text .Util ; 26 static import Integer = tango .text .convert .Integer ; 27 static import Stamp = tango .text .convert .TimeStamp ; 28 28 29 29 debug import tango .io .Stdout ; … … 223 223 224 224 // 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)); 227 226 228 227 // close file
