We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c4ba3c commit 6a8f11bCopy full SHA for 6a8f11b
lib/internal/Magento/Framework/Stdlib/DateTime.php
@@ -79,6 +79,9 @@ public function isEmptyDate($date)
79
* @param int $time
80
* @return string The given time in given format
81
*
82
+ * @deprecated
83
+ * @see Use Intl library for datetime handling: http://php.net/manual/en/book.intl.php
84
+ *
85
* @codeCoverageIgnore
86
*/
87
public function gmDate($format, $time)
@@ -92,6 +95,9 @@ public function gmDate($format, $time)
92
95
* @param string $timeStr
93
96
* @return int
94
97
98
99
100
101
102
103
public function strToTime($timeStr)
0 commit comments