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
Unfortunately, even for zero offsets, we generate e.g. 0010-05-03T12:45:38+00:00, which isn't supported; we need to generate 0010-05-03T12:45:38Z instead. We could consider not allowing DateTimeOffsets with non-zero offsets.
The text was updated successfully, but these errors were encountered:
The Cosmos provider allows inserting DateTimeOffsets with arbitrary offsets, but the Cosmos functions don't appear to support them:
Unfortunately, even for zero offsets, we generate e.g.
0010-05-03T12:45:38+00:00
, which isn't supported; we need to generate0010-05-03T12:45:38Z
instead. We could consider not allowing DateTimeOffsets with non-zero offsets.The text was updated successfully, but these errors were encountered: