This function converts an external timestamp in the form described in Section 3.1, “Specifying dates and times on command lines”.
parseDatetime ( s )
The argument s is a string containing the
timestamp string. If it is valid, the function returns
that timestamp as a datetime.datetime
instance. If invalid, it will raise a SyntaxError exception.