NetSuite Created Date

Any NetSuite users running into an issue with the tranDate that is being pulled into DOMO not matching the tranDate that is in NetSuite? I attached an example of what I am talking about.

Best Answer

  • david_cunningham
    edited June 5 Answer ✓

    @ABauman

    This is because Domo is applying a timezone adjustment. Domo assumes that date times are loaded in as UTC, and adjusts to your company timezone. In this case, you can fix this by changing the column type to be a date, and not a date time, and the adjustment won't happen.

    I'd also recommend checking your other date time columns to make sure they are being handled properly. If they are not UTC, and you have a company timezone set, it's possible that some of them will shift between days.

    David Cunningham

    ** Was this post helpful? Click Agree 😀, Like 👍️, or Awesome ❤️ below **
    ** Did this solve your problem? Accept it as a solution! ✔️**

Answers

  • david_cunningham
    edited June 5 Answer ✓

    @ABauman

    This is because Domo is applying a timezone adjustment. Domo assumes that date times are loaded in as UTC, and adjusts to your company timezone. In this case, you can fix this by changing the column type to be a date, and not a date time, and the adjustment won't happen.

    I'd also recommend checking your other date time columns to make sure they are being handled properly. If they are not UTC, and you have a company timezone set, it's possible that some of them will shift between days.

    David Cunningham

    ** Was this post helpful? Click Agree 😀, Like 👍️, or Awesome ❤️ below **
    ** Did this solve your problem? Accept it as a solution! ✔️**

  • ABauman
    ABauman Member

    @david_cunningham Ahh, that makes sense, so I am assuming I need to change the formatting in the actual SQL querying the data, correct?

  • Yes, that would be the ideal place to make the change. Just cast the column as a date, and not a date time.

    David Cunningham

    ** Was this post helpful? Click Agree 😀, Like 👍️, or Awesome ❤️ below **
    ** Did this solve your problem? Accept it as a solution! ✔️**