CakeFest 2024: The Official CakePHP Conference

DateTimeImmutable::setTimezone

(PHP 5 >= 5.5.0, PHP 7, PHP 8)

DateTimeImmutable::setTimezoneEstablece la zona horaria

Descripción

public DateTimeImmutable::setTimezone(DateTimeZone $timezone): DateTimeImmutable

Igualq que DateTime::setTimezone() excepto que trabaja con DateTimeImmutable.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top