Add tests for DateTimeFormat::fix()

This commit is contained in:
Hypolite Petovan
2022-10-07 17:33:52 -04:00
parent c0447ced48
commit 345d307ae0
2 changed files with 55 additions and 0 deletions

View File

@@ -178,6 +178,7 @@ class DateTimeFormat
/**
* Fix weird date formats
*
* @see \Friendica\Test\src\Util\DateTimeFormatTest::dataFix() for a list of examples handled by this method.
* @param string $dateString
* @return string
*/