>On May 10, 5:28 am, "alex.
@gmail.com" <alex.
@gmail.com> wrote:
>> Clock scan takes in nice human readable dates and times, and
>> converts them into UNIX. Is there an equivalent in reverse?
>> e.g.
>> % set a [clock scan "tomorrow"]
>> 1178875675
>> % set b [clock_nice $a]
>> tomorrow
>> % set a [clock scan "next friday"]
>> 1179442800
>> % set b [clock_nice $a]
>> next friday
>The clock format command will take the results of clock scan and
>turn it into something like:
>Fri May 11 00:00:00 EDT 2007
>But I don't know of anything that goes from clock ticks into
>conversational dates.
???