Time format when exporting device data

Can an ISO timestamp be part of the exported device data? Not just the Unix timestamp.
(either from devices or notebook import dataexport)

@Lars_Andersson,

No, we are locked into the Unix timestamp when exporting device data.

You could use Notebooks and add a new column to your data export with an ISO date, using the supported Pendulum library:

Or you would have to do the conversion directly on your local machine.

Thanks,
@Aidan_Zebertavage

@Lars_Andersson,

Apologies, in digging into this further, ISO date is on the export when you use the Request Data Export bulk action.

And I just pulled an export from a sample application I have running, see below:

Screen Shot 2020-07-13 at 5.47.53 PM

Are you looking for other sources for this timestamp? Can you help me understand what you mean by “from devices” in your initial post?

Thanks,
@Aidan_Zebertavage

ok, great.
I had missed it was part of Bulk device export

But that option won’t allow me do select just the attributes needed.

@Lars_Andersson,

That’s correct, the bulk device export contains all the associated device data/attributes.

I would look at using Notebooks to better customize the device data being exported.

Thanks,
@Aidan_Zebertavage