aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.1
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-02-23 05:56:22 +0200
committerArnold D. Robbins <arnold@skeeve.com>2017-02-23 05:56:22 +0200
commit7bbeac0ea5f8ecf4925dc982dbebfcc4ba0c5b11 (patch)
tree0df4d527821ad6efb6fd0877eb9aab03ebcc62be /doc/gawk.1
parentf91f8ee802f852135c237aafe6e17c02e4439aa5 (diff)
parent7704e90c4f3aa4b3ce093bd9d67dee2b70f5acbc (diff)
downloadegawk-7bbeac0ea5f8ecf4925dc982dbebfcc4ba0c5b11.tar.gz
egawk-7bbeac0ea5f8ecf4925dc982dbebfcc4ba0c5b11.tar.bz2
egawk-7bbeac0ea5f8ecf4925dc982dbebfcc4ba0c5b11.zip
Merge branch 'master' into feature/stringfix
Diffstat (limited to 'doc/gawk.1')
-rw-r--r--doc/gawk.18
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/gawk.1 b/doc/gawk.1
index a1a2a52c..c2181ac9 100644
--- a/doc/gawk.1
+++ b/doc/gawk.1
@@ -3105,7 +3105,7 @@ provides the following functions for obtaining time stamps and
formatting them.
.PP
.TP "\w'\fBsystime()\fR'u+1n"
-\fBmktime(\fIdatespec\fB)\fR
+\fBmktime(\fIdatespec\fR [\fB, \fIutc-flag\fR]\fB)\fR
Turn
.I datespec
into a time stamp of the same form as returned by
@@ -3127,7 +3127,11 @@ The values of these numbers need not be within the ranges specified;
for example, an hour of \-1 means 1 hour before midnight.
The origin-zero Gregorian calendar is assumed,
with year 0 preceding year 1 and year \-1 preceding year 0.
-The time is assumed to be in the local timezone.
+If
+.I utc-flag
+is present and is non-zero or non-null, the time is assumed to be in
+the UTC timezone; otherwise, the
+time is assumed to be in the local timezone.
If the daylight saving flag is positive,
the time is assumed to be daylight saving time;
if zero, the time is assumed to be standard time;