Browse Source

Deprecation

mscherer 3 years ago
parent
commit
e029b0851f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/Utility/FrozenTime.php

+ 2 - 0
src/Utility/FrozenTime.php

@@ -461,6 +461,8 @@ class FrozenTime extends CakeFrozenTime {
 	 *
 	 * Handles utf8_encoding the result of strftime when necessary.
 	 *
+	 * @deprecated strftime() should be replaced in PHP 8.1+
+	 *
 	 * @param string $format Format string.
 	 * @param int $date Timestamp to format.
 	 * @return string formatted string with correct encoding.