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