Forum Discussion

Andrei_Y's avatar
Andrei_Y
New Contributor III
2 years ago
Solved

How to create timestamps and out put them only using Script snap for Python?

I need to generate timestamps using Script snap for Python. I tried to use datetime and java.sql.Timestamp but Type Inspector recognizes them as java.util.LinkedHashMap and the operator instanceof returns false for DateTime and LocalDateTime. Is it possible to generates timestamp only using Python?

Thanks in advance