⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bug967.php

📁 groupoffice
💻 PHP
字号:
<?phprequire_once 'Date.php';$_DATE_TIMEZONE_DEFAULT = 'Pacific/Chatham';$tz = Date_TimeZone::getDefault();if ($tz->id!=$_DATE_TIMEZONE_DEFAULT && $tz->id!='Pacific/Chatham') {    echo "setDefault Failed\n";}Date_TimeZone::setDefault('CST');$default = 'EST';$tz = Date_TimeZone::getDefault();if ($tz->id!=$_DATE_TIMEZONE_DEFAULT && $tz->id!='EST') {    echo "setDefault Failed\n";}?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -