]> git.mxchange.org Git - friendica.git/commit
Properly handle feed item creation date with surrounding whitespace
authorDaniel Siepmann <coding@daniel-siepmann.de>
Tue, 17 Jan 2023 06:17:01 +0000 (07:17 +0100)
committerDaniel Siepmann <coding@daniel-siepmann.de>
Tue, 17 Jan 2023 06:18:47 +0000 (07:18 +0100)
commitda58b894a4239e95342524eeacb85af7bf6c5a9d
treef36d2f26fccc5b487650899decc95a247f888f74
parent3749892f590088275f82d2c90ff1372d24e2d9ec
Properly handle feed item creation date with surrounding whitespace

Some feeds might have whitespace around the creation date.
This can't be parsed by DateTimeFormat methods.
Therefore the incoming creation date is trimmed to not contain any
surrounding whitespace for proper handling.

Relates: #12686
src/Protocol/Feed.php