]> git.mxchange.org Git - friendica.git/commit
Add a couple of cases to DateTimeFormat::fix()
authorHypolite Petovan <hypolite@mrpetovan.com>
Sun, 9 Oct 2022 13:24:06 +0000 (09:24 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sun, 9 Oct 2022 13:34:38 +0000 (09:34 -0400)
commita4b0ebf160d4ffb8b023185556938a9cfba47779
tree5abd77664d5eba57c8ad5109cb77388b10467fe3
parentbee6506d330b687debcdeab583c10c1069e7e372
Add a couple of cases to DateTimeFormat::fix()

- Reworked method to perform more string replacements and fewer regular expression matches
src/Util/DateTimeFormat.php
tests/src/Util/DateTimeFormatTest.php