My SPA application is based out of Knockout as front end and ASP.Net Web API with EF as backend. Seems everything works fine until if someone changes submits date from India region. Though front end is correctly sending data to the web service, it seems on the server side previous day is taken only if users are submitting any dates from India region. This is not an issue with any other region like US Central. There is no explicit conversion method used. I am scratching head and wondering who/what is going on here. The field in question is declared as DateTime field. Any help would be much appreciated.
Thanks.