Man Page: ns_httptime
Operating Environment: debian
Section: 3aolserv
ns_httptime(3aolserver) AOLserver Built-In Commands ns_httptime(3aolserver) __________________________________________________________________________________________________________________________________________________NAMEns_httptime, ns_parsehttptime - commandsSYNOPSISns_httptime time ns_parsehttptime httptime _________________________________________________________________DESCRIPTIONns_httptime This function converts the time (specified as the number of seconds from 00:00:00 UTC, January 1, 1970) to the appropriate format for an HTTP header or log file. The time and date is returned with a four digit year, for example: "Sun, 06 Nov 1994 08:49:37 GMT". ns_parsehttptime ns_parsehttptime takes a properly formatted HTTP time and returns the number of seconds since 00:00:00 UTC Jan 1, 1970.EXAMPLESns_httptime set time [ns_httptime [ns_time]] Returns: Thu, 14 Nov 2002 17:29:06 GMT ns_parsehttptime set time "Thu, 14 Nov 2002 17:29:06 GMT" ns_parsehttptime $time Returns: 1037294946SEE ALSOns_time(n)KEYWORDStime AOLserver 4.0 ns_httptime(3aolserver)
| Related Man Pages |
|---|
| ns_time(3aolserv) - debian |
| curl_getdate(3) - osx |
| curl_getdate(3) - opensolaris |
| curl_getdate(3) - minix |
| curl_getdate(3) - sunos |
| Similar Topics in the Unix Linux Community |
|---|
| Installing Dash Shell on OS X Lion |
| Introduction |
| One instance of comparing grep and awk |
| Find columns in a file based on header and print to new file |