text_to_ms_or_null
Parse a unix timestamp from text formatted according to the given time format pattern text.
Equivalent to rell.time.format(pattern).text_to_ms_or_null(text).
Return
the unix timestamp represented by the given text, or null if the given text is not formatted according to the given time format pattern text
Since
0.14.14
Parameters
pattern
the time format pattern text
text
the time-formatted text