Hi,
When writing some queries for statistics I noticed that TR stores dates as either Unix Epoch time or as an int.
Question I have is if the dates will be unified at some point in time or will the Test_Activities.Date field stay as int (storing as YYYYMMDD) and the Cases.created_on continue to be int but with Unix Epoch time?
Not sure what tables use Unix and which use the int with YYYYMMDD format - is there any docs on those tables and which format they use?
Thanks,
Brian