Functions to do with time and date

[stime] strftime tdiff tdiff2 time trunc uptime utime

Liam's BitchX Command Reference

BitchX scripting function $stime()

stime
Function
$stime()
Notes
$stime() is really useful when you give it the argument $time(), ala $stime($time()) is the human readable form for now.
Usage
$stime(time)
Returns
The human-readable form of the date based on the <time> argument.
Example
$stime(1000) returns what time it was 1000 seconds from the epoch.


previous: status next: stime