cancel
Showing results for 
Search instead for 
Did you mean: 

Time Zone Problem in SAPUI5 SmartTable

former_member204167
Participant
0 Kudos

Hello Experts,

I have a problem regarding timestamps sent over by my odata request in SAP Netweaver Gateway. In ABAP the timestamp looks like:

So, in SAP Database the Date 04/11/2016 is saved as timestamp 20160410220000 (GMT Time) because our system uses time zone GMT+2.

When I send these values over to my SAPUI5 front-end to show them in my Smart Table I get the following:

When debugging my OData result in Chrome I can see the following dates:

These dates look good in my opinion. Why is my smart table showing the GMT time? Is there a global setting for SAPUI5 components showing dates in a certain time zone or is this related to my smart table or to the data binding?

Regards

Tobias

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member190010
Contributor
0 Kudos

Hi Tobias,

It seems to be issue with timezone difference front end and backend GW server.

Please check this thread for solutionHandle timezone differences between front-end and backend

Regards,

Emanuel