Go to the first, previous, next, last section, table of contents.
The following two functions are available for getting the current
time of day, and for formatting time stamps.
They are specific to gawk
.
systime()
strftime([format[, timestamp]])
date
utility is used if
no format is supplied.
See section Functions for Dealing with Time Stamps, for the
details on the conversion specifiers that strftime
accepts.
See section Built-in Functions, for a description of all of
awk
's built-in functions.
Go to the first, previous, next, last section, table of contents.