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
I have a problem on my consumer to verify the date on ISO string. suppose that i have an attribute date with the value like '2015-08-06T16:53:10Z', and on my consumer i defined with MatchersV3.datetime("yyyy-MM-dd'T'HH:mm:ss.SSS'Z'", '1988-03-12T12:08:10.000Z')
so when i try to verify with my provider, i have an error like Expected '2023-10-02T23:00:00.000Z' to match a timestamp pattern of 'yyyy-MM-dd'T'HH:mm:ss.SSSZ': Error(Nom("Z", IsA))
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello everyone,
I have a problem on my consumer to verify the date on ISO string. suppose that i have an attribute date with the value like '2015-08-06T16:53:10Z', and on my consumer i defined with MatchersV3.datetime("yyyy-MM-dd'T'HH:mm:ss.SSS'Z'", '1988-03-12T12:08:10.000Z')
so when i try to verify with my provider, i have an error like
Expected '2023-10-02T23:00:00.000Z' to match a timestamp pattern of 'yyyy-MM-dd'T'HH:mm:ss.SSSZ': Error(Nom("Z", IsA))
Everyone has the solution for this? Thanks
Beta Was this translation helpful? Give feedback.
All reactions