I am attempting to convert a time-enabled layer to a KML using ArcPy and have the KML be time-enabled in Google Earth. This workflow works fine when using the regular geoprocessing tool (Layer to KML).
However, it does not work when using the arcpy.conversion.LayerToKML python function. It spits out the KML but it is not time-enabled. Has anyone experienced this? If so, do you have a solution? Thanks!