From hkt@pacificnet.net Mon Sep 23 01:31:08 1996 Date: Mon, 23 Sep 1996 01:29:04 -0700 (PDT) From: Hue Truong To: eggdrop@sodre.net Subject: 1.0i+strftime hi, here's a patch for giving tcl scripts a new tcl command to deal with time formating. strftime returns: a string with the time formatted according to the given format. example 1: strftime 843466947 "%x %X %Z" returns: 09/23/96 01:23:28 PDT example 2: strftime 843466947 "%h%d %T %Y" returns: Sep23 01:22:27 1996 refer to the manpages on strftime if you need to learn more of the format strings.