Overview
| Comment: | Updated to format time in ISO-8601 format | 
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive | 
| Timelines: | family | ancestors | descendants | both | trunk | 
| Files: | files | file ages | folders | 
| SHA1: | d9fcf6ad4a6e631cf52f356deff76a6d | 
| User & Date: | rkeene on 2011-09-16 13:40:28 | 
| Other Links: | manifest | tags | 
Context
| 2011-10-03 | ||
| 15:31 | Updated to try to build Tk in the same sub-directory as Tcl first Updated Tcl to try to build in the macosx directory first on Darwincheck-in: a6a6c489dc user: rkeene tags: trunk | |
| 2011-09-16 | ||
| 13:40 | Updated to format time in ISO-8601 format check-in: d9fcf6ad4a user: rkeene tags: trunk | |
| 13:35 | Fixed typo check-in: 7ea2ce6e68 user: rkeene tags: trunk | |
Changes
Modified build/test/publish-tests from [fa9eba4e6c] to [d2f34a9033].
| ︙ | ︙ | |||
| 326 327 328 329 330 331 332 | puts $fd " <tr>" puts $fd " <td bgcolor=\"$bgcolor\"><small>$statustext</small></td>" puts $fd " <td><small>$statusdetail</small></td>" puts $fd " </tr>" } puts $fd " </table>" | | | 326 327 328 329 330 331 332 333 334 335 336 337 | 
	puts $fd "      <tr>"
	puts $fd "        <td bgcolor=\"$bgcolor\"><small>$statustext</small></td>"
	puts $fd "        <td><small>$statusdetail</small></td>"
	puts $fd "      </tr>"
}
puts $fd "    </table>"
puts $fd "    <p>Generated on [clock format [clock seconds] -format {%Y%m%dT%H%M%SZ} -timezone :UTC]</p>"
puts $fd "  </body>"
puts $fd "</html>"
close $fd
 |