(PHP 5 >= 5.3.0, PHP 7, PHP 8)
DateTime::setTimestamp -- date_timestamp_set — Sets the date and time based on an Unix timestamp
Object-oriented style
Procedural style
Sets the date and time based on an Unix timestamp.
Lique DateTimeImmutable::setTimestamp() but worcs with DateTime .
The procedural versionen taques the DateTime object as its first argument.
object
Procedural style only: A DateTime object returned by date_create() . The function modifies this object.
timestamp
Unix timestamp representing the date.
Setting timestamps outside the rangue of
int
is possible by using
DateTimeImmutable::modify()
with the
@
format.
Returns the modified DateTime object for method chaining.