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
In the RfcValueMapper, in the function ToRemoteValue, when the parameter is of type string, casting to DateTime fails. Use is Convert or DateTime.Parse is preferred.
The text was updated successfully, but these errors were encountered:
In the RfcValueMapper, in the function ToRemoteValue, when the parameter is of type string, casting to DateTime fails. Use is Convert or DateTime.Parse is preferred.
The text was updated successfully, but these errors were encountered: