How can I insert data from temp table to a valid time state table (project id , valid from , valid to) because I have a problem while inserting data in main table (valid time state table) dates didn't save correctly valid to decrease 1 day
error while inserting data valid time state table x++
I can't tell you how to fix your code, because I don't know what code you have. But my guess is that you forgot to deal with timezones, such as using DateTimeUtil::removeTimeZoneOffset().
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.