Index

Date today()

Return today's date (UTC).

Arguments:
(none)

Example:
The following example displays today's date as DD-MM-YYYY 00:00:00 and then halts script execution until after 15:40 UTC.
 print $today
 until $date > $today + 15:40

Martin Shepherd (9-Oct-1997)