I have noticed a bug while trying to convert a dataframe to a featureset using spatial.to_featureset(). It seems to be changing all my datetime fields to the same value in each feature. I have tested this with multiple dataframes, both regular pandas and spatially enabled.
I had been running a script that updates a feature service using data from a spatially enabled dataframe by converting it to a featureset and then using edit_features(). The script had been working fine until recently. I am thinking this issue started happening when we upgraded to ArcGIS Pro 3.2.0, but I have not confirmed that yet. Is this a known bug in the new api release? I am trying to roll back the version and test that theory but have been unable to so due to certain IT restrictions. Any help would be appreciated.