Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi guys,
I am querying an Oracle source.
The time fields come through as a numeric.
e.g. 1486539823535 ( i think its oracles timestamp)
any idea how to convert it to a datetime stamp we can read?
cheers
Ian
Solved! Go to Solution.
Hi @IanCockcroft,
I think you need to know how the timestamps calculated(calculate expression), then you can add a column to do reverse calculation to restore these value.
Regards,
Xiaoxin Sheng
Thanks for taking the time Xiaoxin.
Yes, I was wondering if anyone knows what the oracle function does so I can reverse it.
cheers
Ian