|
|
|
|
|
by ajanuary
4389 days ago
|
|
The library has the following features your regex is missing: * Every part from month onwards is optional * Separator characters are optional * Date/time separator can be a space as well as T * Timezone information * Parsing the strings into numbers * Actually creates a datetime object I expect adding all of those will bump up the time a bit. |
|