Re: awk: implement mktime() function

2020-08-23 Thread Jason McIntyre
On Sun, Aug 23, 2020 at 10:25:37AM -0600, Todd C. Miller wrote: > Both gawk and mawk include mktime() in their time functions. > We have strftime() and systime() but no mktime(). The following > diff makes our awk more compatible with other implementations. > > - todd > hi/ i think the text

awk: implement mktime() function

2020-08-23 Thread Todd C . Miller
Both gawk and mawk include mktime() in their time functions. We have strftime() and systime() but no mktime(). The following diff makes our awk more compatible with other implementations. - todd Index: usr.bin/awk/awk.1 === RCS