Convert java.util.date to Python DateTime

943 Views Asked by At

Is there a way to convert a java.util.date in the format of:

Sat Jan 01 02:00:00 EET 2022

To datetime format in python?

I am importing a parameter from spss modeler into python that is read in java.util.date format and i wish to convert it in a format that is recognized by python.

thank you!

0

There are 0 best solutions below