如何将此日期/时间更改为另一个时区?
How to change this date / time into another timezone?
我们使用 PayPal 作为订单系统。
PayPals IPN returns 这种格式的日期戳:
04:47:37 Mar 11, 2015 PDT
我假设它始终使用 PDT 作为时区,但如果这可能发生变化,我需要考虑到这一点。
这件事做起来简单吗?
PayPal 将始终 return date/time 这种格式 hh:mm:ss MM DD, YYYY ZONE
检查文档
https://developer.paypal.com/docs/classic/ipn/integration-guide/IPNandPDTVariables/
我们使用 PayPal 作为订单系统。
PayPals IPN returns 这种格式的日期戳:
04:47:37 Mar 11, 2015 PDT
我假设它始终使用 PDT 作为时区,但如果这可能发生变化,我需要考虑到这一点。
这件事做起来简单吗?
PayPal 将始终 return date/time 这种格式 hh:mm:ss MM DD, YYYY ZONE 检查文档 https://developer.paypal.com/docs/classic/ipn/integration-guide/IPNandPDTVariables/