Convert Epoch To Datetime Fails

Have an issue with epoch millis timestamp to datetime in the Datetime plugin

1610633492759 gets this:
ValueError: year 53008 is out of range

1 Like

@hayden_redd this looks to be because that’s an epoch time expressed in milliseconds and the plugin only supports seconds at this time. We can look into verifying this is the case and if so, to add support for it.

2 Likes

a simple fix for now is just /1000 :grinning:

2 Likes

We will be shipping an update to this very soon - it’s in testing at the moment. It will support seconds and smaller units of time in epoch.

2 Likes

@hayden_redd We shipped an updated action for this which now supports multiple epoch formats.

Add support for epochs in milliseconds, microseconds and nanoseconds in Date from Epoch action