Changeset 3639
- Timestamp:
- 06/19/08 05:23:05 (6 months ago)
- Files:
-
- trunk/tango/text/convert/TimeStamp.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/tango/text/convert/TimeStamp.d
r3587 r3639 143 143 // use the featherweight formatter ... 144 144 T[14] tmp = void; 145 return Util.layout (output, "%0, %1 %2 %3 %4:%5:%6 GMT",145 return Util.layout (output, cast(T[])"%0, %1 %2 %3 %4:%5:%6 GMT", 146 146 Days[date.dow], 147 147 convert (tmp[0..2], date.day),












