From: Schelte B. <tc...@tc...> - 2024-07-15 09:56:14
|
Ashok, I have code to get the epoch time of the next midnight: set midnight [clock scan 24:00:00 -format %T] This throws an error on Tcl 9.0. But it is not flagged by the migration tool. To make it work in Tcl 9, a `-validate 0` option must be added. With that option added, the command currently produces an incorrect result. But that's not an issue with the migration tool. It's a bug in the implementation. I have created a ticket for that: https://core.tcl-lang.org/tcl/tktview/3ee8f1c2a7 Schelte. |