TO_TIMESTAMP
Deprecated version
This document refers to a deprecated version of the RQL programming language.
Please go here for documentation related to the latest supported version.
Parses a timestamp from a string given a format.
Syntax
TO_TIMESTAMP(<string>, <string>)
Example
TO_TIMESTAMP("2018-02-01 01:02","yyyy-MM-dd H:m")