I can't get my head around the strtotime() function. I'm working with PHP 7.2.4 and want to parse some date and time strings. Following screenshot was taken in debug mode in PHPStorm:
As seen in the screenshot the grey date values show the same format. But exactly the one I programmatically parse is "suddenly" not valid. I've trimmed the string and everything is in UTF8.
Did I miss something?
The answer came instantly as wrote the question...