Skip to main content
Date Formats

Number-based dates

Support avatar
Written by Support
Updated over a week ago

Many business apps provide date values as Epoch or Unix timestamps.
https://en.wikipedia.org/wiki/Unix_time

For example: 1637608895 is actually Monday, November 22, 2021 7:21:35 PM

If the app's API provides this value to Flatly as an integer, it can be automatically enriched into a human-readable date-time, tied to a custom time zone, by setting a job's Advanced Settings.

Otherwise, use downstream tools to convert these numbers into human readable formats. For example:

Google Data Studio
https://support.google.com/datastudio/answer/7037300?hl=en

Did this answer your question?