[ Table Of Contents | Keyword Index ]

ns_parsetime(n) 4.99 "NaviServer Built-in Commands"

NAME

ns_parsetime - Return an element from the time structure list

TABLE OF CONTENTS

    TABLE OF CONTENTS
    SYNOPSIS
    DESCRIPTION
    EXAMPLES

SYNOPSIS

ns_parsetime option time

DESCRIPTION

This command takes a nine-element Tcl list as time representing the Unix struct tm structure (as would be returned from ns_gmtime or ns_localtime) and based on option, returns an element from the list. The valid options are: sec, min, hour, mday, mon, year, wday, yday, isdst. The options are listed in order of the actual elements in the Tcl list itself.

ns_parsetime option time

EXAMPLES

 
   % set time ns_localtime
   33 33 22 11 5 104 5 162 1

 
   % expr {1900 + 123}