aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-02-23 05:55:29 +0200
committerArnold D. Robbins <arnold@skeeve.com>2017-02-23 05:55:29 +0200
commit82edbe5494206a6c1e8177149b10f33ab0aab4c4 (patch)
tree35bfb901c3d0821407b0d49f8d174acbfdeaad46 /doc/gawktexi.in
parent47fc30bb2837ee79aea535d2c34cbea6ba01643b (diff)
parent7704e90c4f3aa4b3ce093bd9d67dee2b70f5acbc (diff)
downloadegawk-82edbe5494206a6c1e8177149b10f33ab0aab4c4.tar.gz
egawk-82edbe5494206a6c1e8177149b10f33ab0aab4c4.tar.bz2
egawk-82edbe5494206a6c1e8177149b10f33ab0aab4c4.zip
Merge branch 'master' into feature/api-mpfr
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r--doc/gawktexi.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index dd06a90b..9e6ce8d8 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -18151,7 +18151,7 @@ Optional parameters are enclosed in square brackets ([ ]):
@c @asis for docbook
@table @asis
-@item @code{mktime(@var{datespec})}
+@item @code{mktime(@var{datespec}} [@code{, @var{utc-flag}} ]@code{)}
@cindexgawkfunc{mktime}
@cindex generate time values
Turn @var{datespec} into a timestamp in the same form
@@ -18170,7 +18170,9 @@ The values of these numbers need not be within the ranges specified;
for example, an hour of @minus{}1 means 1 hour before midnight.
The origin-zero Gregorian calendar is assumed, with year 0 preceding
year 1 and year @minus{}1 preceding year 0.
-The time is assumed to be in the local time zone.
+If @var{utc-flag} is present and is either nonzero or non-null, the time
+is assumed to be in the UTC time zone; otherwise, the
+time is assumed to be in the local time zone.
If the daylight-savings flag is positive, the time is assumed to be
daylight savings time; if zero, the time is assumed to be standard
time; and if negative (the default), @code{mktime()} attempts to determine