Skip to contents

Returns the following information:

Usage

clock()

Value

A list.

Details

- the current market timestamp (`timestamp`), - whether or not the market is currently open (`is_open`), and - the times of the next market open (`next_open`) and close (`next_close`).

Examples

if (FALSE) { # \dontrun{
clock()
} # }