I’ve imported several tables into AT. They each had a day field (no time element). I just noticed all the dates are +1 day from what they should be. How is this even possible?
More importantly, how do I fix it?
I’ve imported several tables into AT. They each had a day field (no time element). I just noticed all the dates are +1 day from what they should be. How is this even possible?
More importantly, how do I fix it?
Best answer by TheTimeSavingCo
Try adding a formula field that’ll output the previous day, then you can copy and paste the values into the original Date field:
DATEADD(
Date,
-1,
'days'
)
As to why this happened, it might be a timezone thing? Try importing the data into another table and this time make the date field a Single Line Text field instead. After you verify the date values, try converting it into a Date field to see what happens?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.