Datetime field | Community
Skip to main content
Level 2
October 28, 2022
Question

Datetime field

  • October 28, 2022
  • 1 reply
  • 1016 views

Does the date time field entered through api gets change and store according to the database timezone?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Craig_Thonis
Adobe Employee
Adobe Employee
October 31, 2022

Hi Hrya,

 

If the date/time field in question is the @2329427 or @lastmodified which would be automatically entered/updated, then yes it would map to the date/time of the database. If it is a separate date/time field that you are defining, such as a custom field then I would expect the input to be consistent with what you entered via the API.

 

That said, since the backend configurations for ACS are not readily accessible, the simplest way to confirm is to create a test profile/record with various fields through the API, enter the dates, and monitor the results.

 

Regards,

Craig

hryaAuthor
Level 2
November 3, 2022

Hi Craig,

How can i know to which timezone is the custom timestamp field is converting in database while inserting that field through api.