You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.
it seems like it boils down to how the Filter is created, either with Time.mktime or using a DateTime (maybe an ActiveSupport sub-class if in a Rails environment).
In #86 it looks like he is using Time.mktime as well - but its not working for you(?)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The %Z in Quickeebooks::Shared::Service::Filter::DATE_TIME_FORMAT seems to be causing the following error:
IntuitRequestException: cvc-datatype-valid.1.2.1: '2013-09-04T16:52:30UTC' is not a valid value for 'dateTime'.
When I set the constant to '%Y-%m-%dT%H:%M:%S' it works fine. This is how I build my filters:
The text was updated successfully, but these errors were encountered: