Curious what thoughts are on epoch date-time conve...
# singer-tap-development
v
Curious what thoughts are on epoch date-time conversation this https://github.com/AutoIDM/tap-clickup/issues/54 Clickup API delivers date data as an epoch. We ended up going with delivering this data as a string to the target. (Maybe this should be an int, but I was probably a bit over concerned about https://en.wikipedia.org/wiki/Year_2038_problem , a quick test could have probably pushed me to using int) What do you think about converting this to
rfc3339
, we left this to the target as changing data felt wrong in the tap.