Change date time field based on timezone lookup

Dear team,

I have a SysUserSession table as a detail view. The usecase is that when a time zone lookup is changed, the SessionStartDate and SessionEndDate should change values to the selected time zone.

 

Is there a way to manipulate the data on UI level?

 

Thanks in Advance

 

Like 0

Like

1 comments

Dear Shivani,

 

All data in the database is stored in UTC format and it is displayed in UI according to the time zone specified in the user profile.

DataService is responsible for the automatic conversion of all dates to the user's timezone so you can use it for your tasks. 

 

Best regards,

Angela

Show all comments