Functions to do with time and date

stime strftime [tdiff] tdiff2 time trunc uptime utime

Liam's BitchX Command Reference

BitchX scripting function $tdiff()

tdiff
Function
$tdiff()
Usage
$tdiff(seconds)
Returns
The time that has elapsed represented in days/hours/minutes/seconds corresponding to the number of seconds passed as the argument.
Example
$tdiff(3663) returns "1 hour 1 minute 3 seconds"


previous: strstr next: tdiff