Hi Experts,
Which one of the above mentioned datatype would be advisable while storing a datetime value in DB and what will be the advantage of one over other while using it in APPIAN.
Thanks,
Gaurav Singh
Discussion posts and replies are publicly visible
DateTime - includes Date and Time, while TimeStamp also includes the Timezone. If you need timezone in your application, go with Timestamp, else DateTime should do.
Appian will manage timezones for you and store any datetime in UTC.