leancloud / php-sdk

LeanCloud PHP SDK
Apache License 2.0
53 stars 23 forks source link

时间怎么设置时区? #40

Closed bruce-zzz closed 8 years ago

bruce-zzz commented 8 years ago

$v->get('birthdate');//这个字段是日期格式的 网页显示 birthdate :object(DateTime)#6 (3) { ["date"]=> string(19) "2015-12-25 08:11:09" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" }

怎么查询对应时区的时间?

juvenn commented 8 years ago

请参考 PHP 官方文档 DateTime::setTimeZonehttp://php.net/manual/en/datetime.settimezone.php

另外,关于使用 SDK 方面的疑问或交流建议发到论坛哦:https://forum.leancloud.cn/c/jing-xuan-faq