Enrich Timestamps

How Flatly Enriches Epoch Timestamps

Support avatar
Written by Support
Updated over a week ago

Flatly optionally enriches Epoch Timestamps into ISO 8601 human-readable date and time text values. This setting is in each job's Advanced Settings.

Most SaaS apps output date-and-time values in the following format:

created_at

1582747488

If you enable Enrich Timestamps in your job's settings, Flatly will add a new column for any timestamps it detects, and append the _flatly_enriched suffix to the column heading:

created_at

created_at_flatly_enriched

1582747488

2020-02-26 20:04:48 UTC

You can also have Flatly translate the standard UTC time into your own time zone by selecting your time zone in your job's Advanced Settings:

More about Unix and UTC time:

Did this answer your question?