|
DateTimeImmutable::setTimezoneタイムゾーンを設定する 説明
public DateTimeImmutable DateTimeImmutable::setTimezone(DateTimeZone
$timezone )新しいタイムゾーンを設定した、 新しい DateTimeImmutable オブジェクトを返します。 パラメータ
戻り値メソッドをチェインできるようにするため、 変更された新しい DateTimeImmutable オブジェクトを返します。 このメソッドをコールした際に指していた時刻は変わりません。 例例1 DateTimeImmutable::setTimeZone の例 オブジェクト指向型
上の例の出力は以下となります。 2000-01-01 00:00:00+12:00 2000-01-01 01:45:00+13:45 参考
|