芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/cansahcab.gob.mx/libraries/vendor/spomky-labs/cbor-php/src/Tag/TimestampTag.php
object->getNormalizedData($ignoreTags); } switch (true) { case $this->object instanceof UnsignedIntegerObject: return DateTimeImmutable::createFromFormat('U', strval($this->object->getNormalizedData($ignoreTags))); case $this->object instanceof HalfPrecisionFloatObject: case $this->object instanceof SinglePrecisionFloatObject: case $this->object instanceof DoublePrecisionFloatObject: return DateTimeImmutable::createFromFormat('U.u', strval($this->object->getNormalizedData($ignoreTags))); default: return $this->object->getNormalizedData($ignoreTags); } } }