芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/minscoop.com/system/ThirdParty/Kint/Zval/DateTimeValue.php
dt = clone $dt; } public function getValueShort(): string { $stamp = $this->dt->format('Y-m-d H:i:s'); if ((int) ($micro = $this->dt->format('u'))) { $stamp .= '.'.$micro; } $stamp .= $this->dt->format('P T'); return $stamp; } }