current_timestamp()#
Get the current timestamp in seconds since the epoch.
Prototype
PUBLIC double current_timestamp(void);
        
Parameters
| Key | Type | Description | 
|---|---|---|
| 
 | 
 | This function does not take any parameters. | 
Return Value
Returns the current timestamp as a double value in seconds since the epoch.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples
