timestamp

Syntax

timestamp(X)

Arguments

X is a temporal scalar/vector.

Details

Return the corresponding timestamp(s). The return value type is TIMESTAMP, a temporal.

Examples

$ timestamp(2016.10.12);
2016.10.12T00:00:00.000

$ timestamp(2016.10.12)+1;
2016.10.12T00:00:00.001

$ timestamp(now());

2016.10.13T20:28:45.104