Hi @Heta Desai
In Delta Lake Tables the only accepted formats are:
https://docs.databricks.com/sql/language-manual/data-types/timestamp-type.html
Example formats:
https://learn.microsoft.com/en-us/azure/databricks/delta/quick-start#sql-6
You will need to convert your hexadecimal format to the proper structure as seen above.
----------------------------
If this is helpful please accept answer.