How to represent all possible valid timestamp object using regular expressions?

Viewed 22

What is the list of all the possible and valid timestamp objects with the format YYYY-MM-DD HH:MM:SS using regular expressions module assuming YYYY is anywhere from 1000 to 9999 and HH is the 24-hour format?

0 Answers
Related