Parse provided input and return a UTC epoch time. A return value of Time.max (or false, respectively) indicated a parse-failure.
An option is provided to return the count of characters parsed - an unchanged value here also indicates invalid input.
See Implementation
Parse provided input and return a UTC epoch time. A return value of Time.max (or false, respectively) indicated a parse-failure.
An option is provided to return the count of characters parsed - an unchanged value here also indicates invalid input.