dtrj74376 2015-08-17 21:45
浏览 146

从Xero获取正确的日期和时间

A Xero account has a timezone that can be selected from the list defined here. Examples are:

  • MOROCCOSTANDARDTIME = (UTC) Casablanca
  • UTC = (UTC) Coordinated Universal Time
  • GMTSTANDARDTIME = (UTC) Dublin, Edinburgh, Lisbon, London
  • GREENWICHSTANDARDTIME = (UTC) Monrovia, Reykjavik
  • WEUROPESTANDARDTIME = (UTC+01:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna

Dates fetched from the Xero API look like the follow; this is a payment due date:

<Date>2015-07-17T00:00:00</Date>

From the documentation the implication is that stored dates, and presumably dates delivered by the API, should be interpreted as being in the timezone defined for the user account. i.e. the settings in Xero when logged in.

Now, I would like to put these dates into PHP DateTime objects, with the correct Timezone. Is there a mapping that can be used from the timezones that Xero uses to PHP timezones? So far as I can see, all usable PHP Timezones operate DST, but the timezones that Xero uses do not - they remain a constant offset from UTC all year around.

So for example, how would I convert "2015-07-17T00:00:00" on a Xero account set to WEUROPESTANDARDTIME, which is UTC+01:00 into a PHP DateTime with a correct timezone? How about converting back? The PHP "UTC+N" timezones all come with a warning not to use them, as they are deprecated.

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 WPF 大屏看板表格背景图片设置
    • ¥15 这个主板怎么能扩出一两个sata口
    • ¥15 不是,这到底错哪儿了😭
    • ¥15 2020长安杯与连接网探
    • ¥15 关于#matlab#的问题:在模糊控制器中选出线路信息,在simulink中根据线路信息生成速度时间目标曲线(初速度为20m/s,15秒后减为0的速度时间图像)我想问线路信息是什么
    • ¥15 banner广告展示设置多少时间不怎么会消耗用户价值
    • ¥16 mybatis的代理对象无法通过@Autowired装填
    • ¥15 可见光定位matlab仿真
    • ¥15 arduino 四自由度机械臂
    • ¥15 wordpress 产品图片 GIF 没法显示