text_to_ms_or_null

function text_to_ms_or_null(text: text): integer?

Parse a unix timestamp from text formatted according to this time format value.

Return

the unix timestamp represented by the given text, or null if the given text is not formatted according to this time format value

Since

0.14.14

Parameters

text

the time-formatted text