A
не могли два сервера сразу
Size: a a a
A
PK
PK
ОБ
АГ
A
ДЩ
var_dump(new DateTimeImmutable("1999"));=>
object(DateTimeImmutable)#1 (3) {
["date"]=>
string(26) "1999-04-02 04:34:40.000000"
["timezone_type"]=>
int(3)
["timezone"]=>
string(10) "US/Pacific"
}
var_dump(new DateTimeImmutable("2020"));=>
object(DateTimeImmutable)#1 (3) {
["date"]=>
string(26) "2021-04-02 20:20:00.000000"
["timezone_type"]=>
int(3)
["timezone"]=>
string(10) "US/Pacific"
}
T
var_dump(new DateTimeImmutable("1999"));=>
object(DateTimeImmutable)#1 (3) {
["date"]=>
string(26) "1999-04-02 04:34:40.000000"
["timezone_type"]=>
int(3)
["timezone"]=>
string(10) "US/Pacific"
}
var_dump(new DateTimeImmutable("2020"));=>
object(DateTimeImmutable)#1 (3) {
["date"]=>
string(26) "2021-04-02 20:20:00.000000"
["timezone_type"]=>
int(3)
["timezone"]=>
string(10) "US/Pacific"
}
PK
ДЩ
-01-01
A
M
ДЩ
PK
ДЩ
PK