File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
lib/internal/Magento/Framework/Stdlib/DateTime Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -70,8 +70,7 @@ public function gmtDate($format = null, $input = null)
7070 }
7171
7272 /**
73- * Converts input date into date with timezone offset
74- * Input date must be in GMT timezone
73+ * Converts input date into date with timezone offset. Input date must be in GMT timezone.
7574 *
7675 * @param string $format
7776 * @param int|string $input date in GMT timezone
@@ -114,8 +113,7 @@ public function gmtTimestamp($input = null)
114113 }
115114
116115 /**
117- * Converts input date into timestamp with timezone offset
118- * Input date must be in GMT timezone
116+ * Converts input date into timestamp with timezone offset. Input date must be in GMT timezone.
119117 *
120118 * @param int|string $input date in GMT timezone
121119 * @return int
You can’t perform that action at this time.
0 commit comments