utime
utime copied to clipboard
More advanced parsing of datetime strings
As you might already know PHP's strtotime() is pretty strong when it comes to parsing English date/time strings. The awesome php.js community has developed a vanilla javascript implementation of the function.
Wanted to share my thought that it might come handy in Utime and make it more perfect.