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
Notice the last 3 commands, where trying to set $.Profile.Birthdate, $.CreatedAt, and $.LastActivity, even though the only value actually changed is LastActivity
Note that the negative value for Profile.Birthdate indicates a date before the UNIX epoch (01/01/1970)
The text was updated successfully, but these errors were encountered:
Check out the following code snippet:
This results in the following command(s) (for both
SaveAsync
andUpdateAsync
:Notice the last 3 commands, where trying to set
$.Profile.Birthdate
,$.CreatedAt
, and$.LastActivity
, even though the only value actually changed isLastActivity
The text was updated successfully, but these errors were encountered: