我的标准时区名称存储在我的数据库中,我希望获得php中各个名称的时区,我已经搜索了很多但没有找到方法,尝试使用listAbbreviations()
但它确实不适合这种情况,假设下面的例子
<?php
$name = 'India Standard Time';
function someFunctionORanyCode($name){
//code here
}
$outPutTimeZone = someFunctionORanyCode($name);
echo "timezone is: ".$outPutTimeZone;
输出:时区是亚洲/加尔各答
任何身体都可以帮助我实现它PLZ