Hi guys, I’m trying to bring in the sprint start and end date from AO_60DB71_SPRINT in a SQL statement.
The date looks like an ID.
Any idea how, where I can get the actual date? How to use the ID
Hi Ian,
The dates are actually in Unix Epoch format. There are a myriad of tools available for converting them into a human-readable format, but here are a couple that might be useful.
Cheers,
Daniel
Thanks Daniel,
I did find this
TO_CHAR(TO_DATE('1970-01-01','YYYY-MM-DD') + s.start_date / 86400000,'YYYY-MM-DD') "SPRINT START DATE",
seem to work
cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.