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.
2 parents db7e737 + cf40e74 commit 92a24a5Copy full SHA for 92a24a5
DateFormatter/IntlDateFormatter.php
@@ -587,7 +587,7 @@ public function setTimeZone($timeZone)
587
*
588
* @return \DateTime
589
*/
590
- protected function createDateTime(int $timestamp)
+ protected function createDateTime(string $timestamp)
591
{
592
$dateTime = \DateTime::createFromFormat('U', $timestamp);
593
$dateTime->setTimezone($this->dateTimeZone);
0 commit comments