Passing Date value to NetSuite via API -


when populating date field in netsuite via api (e.g sales order start date), required specify timestamp + timezone, though timestamp isn't shown in netsuite.

does know logic netsuite using covert date+timestamp date?

for example, when pass date+time of oct 1 2016 00:00:00 utc, see sept 30 2016 in netsuite. other times, see date appear oct 1 2016 in netsuite. logic seems inconsistent. can explain logic?

for me depended on timezone, , timezone of account writing netsuite.

i had issue in past. resolved setting integration user account have gmt timezone. after that, dates/times have appeared correct each user, based on timezone (set in preferences).


Comments

Popular posts from this blog

serialization - Convert Any type in scala to Array[Byte] and back -

matplotlib support failed in PyCharm on OSX -

python - Matplotlib: TypeError: 'AxesSubplot' object is not callable -