time format

   Does anybody know how to print time to readable format something like:
04/22/2005 12:00:00 with Bro language ? I couldn't find such format in the
existing bro scripts. thanks.

There's a "strftime(fmt: string, d: time): string" function you can call.

    Vern