Hello,
How I can convert incident.discovered_date to human readable format in Python 3?
In Python 2 I can do it like this:
from java.util import Date
creation_date = Date(incident.discovered_date)
But when I try to convert it in Python 3 I got an error.
------------------------------
Alexey Fedorov
------------------------------