QuickBooks Web Connector TimeModified的偏移量不占夏时制时间 [英] QuickBooks Web Connector TimeModified offset does not account for Daylight Savings time

查看:93
本文介绍了QuickBooks Web Connector TimeModified的偏移量不占夏时制时间的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用QuickBooks Web Connector通过QBXML请求将员工记录从Windows 8.1计算机上的QuickBooks Desktop中拉出.是否有原因导致TimeModified时间戳返回的偏移量不占夏时制时间的原因?有没有办法获取主机系统上的当前时间?

即使当前时区设置为东部时间"并启用调整夏令时",当前仍为TimeModified返回"2014-03-27T14:20:53-05:00".偏移量应为-04:00.

QBXML请求:

<?xml version="1.0" encoding="utf-8"?>
<?qbxml version="12.0"?>
<QBXML>
  <QBXMLMsgsRq onError="stopOnError">
    <EmployeeQueryRq metaData="MetaDataAndResponseData">
      <OwnerID>0</OwnerID>
    </EmployeeQueryRq>
  </QBXMLMsgsRq>
</QBXML>

解决方案

根据IPP社区的主持人,这是一个错误.不幸的是,我们无法对其进行跟踪.

"QBWG-18389-DST在TimeCreated和TimeModified字段中无法正确显示...我们没有办法从外部跟踪它们."

时间修改后的偏移量不正确-Intuit合作伙伴平台社区

I'm using QuickBooks Web Connector to pull employee records out of QuickBooks Desktop on a Windows 8.1 machine using QBXML requests. Is there a reason the TimeModified time stamps are returning an offset that does not account for Daylight Savings time? Is there a way to get the current time on the host system?

It is currently returning "2014-03-27T14:20:53-05:00" for TimeModified, even though the current timezone is set to Eastern Time with "Adjust for Daylight Savings Time" enabled. The offset should be -04:00.

The QBXML request:

<?xml version="1.0" encoding="utf-8"?>
<?qbxml version="12.0"?>
<QBXML>
  <QBXMLMsgsRq onError="stopOnError">
    <EmployeeQueryRq metaData="MetaDataAndResponseData">
      <OwnerID>0</OwnerID>
    </EmployeeQueryRq>
  </QBXMLMsgsRq>
</QBXML>

解决方案

According to a moderator of the IPP community, this is a bug. Unfortunately we have no way of tracking it.

"QBWG-18389 - DST is not showing correctly in TimeCreated & TimeModified Fields ... We do not have a way to track these externally."

Incorrect TimeModified Offset - Intuit Partner Platform Community

这篇关于QuickBooks Web Connector TimeModified的偏移量不占夏时制时间的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆