标签: php datetime timestamp
我想将时间戳转换为日期时间字符串,但不使用像
$datetime = date('Y-m-d h:i:s', $timestamp);
因为date会使用服务器时区来创建日期字符串。我想使用$timezone作为转换的参数。
$timezone