📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-07-12 06:15:19
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php83-pecl-mongodb_1.18.1-1.el8
/
tests
📍 /opt/alt/tests/alt-php83-pecl-mongodb_1.18.1-1.el8/tests
🔄 Refresh
✏️
Editing: bson-utcdatetime-todatetime-001.phpt
Read Only
--TEST-- MongoDB\BSON\UTCDateTime::toDateTime() --INI-- date.timezone=America/Los_Angeles --FILE-- <?php $utcdatetime = new MongoDB\BSON\UTCDateTime("1416445411987"); $datetime = $utcdatetime->toDateTime(); var_dump($datetime->format(DATE_RSS)); ?> ===DONE=== <?php exit(0); ?> --EXPECT-- string(31) "Thu, 20 Nov 2014 01:03:31 +0000" ===DONE===
💾 Save Changes
❌ Cancel