Forum OpenACS Q&A: Response to Accessing the system clock

Collapse
Posted by defunct defunct on
If you just want a formatted data string you could use the tcl

clock format [clock clicks]

you can supply a -format option to have this information reported in whatever form you like.

just do a 'man clock' for full details