Date Time format on Mobile Browser showing UTC

I am writing a Blazor Server app for work. It is a timecard program. On the edit timecard page I am using 4 SyncFusion DateTimepickers. When on a desktop browser it is showing the times in Central Timezone (which is what I want) but on a mobile browser it is showing the times in UTC. This is hosted on a IIS site as well. 

<SfDateTimePicker TValue="DateTime" TimeFormat="HH:mm" Step="15" @bind-Value="@timecard.ShiftClockIn">
     <DateTimePickerEvents TValue="DateTime" ValueChange="ShiftClockInValueChangeHandler"></DateTimePickerEvents></SfDateTimePicker>

How can I get the DTP to display in Local Time?

2 Replies 1 reply marked as answer

SN Sevvandhi Nagulan Syncfusion Team June 19, 2020 10:54 AM UTC

Hi Charles,   
   
Greeting from Syncfusion support.  
  
By default, date time conversions are occurred in the server side automatically. So, the difference has been occurred in the component value. If we handle the whole component rendering in the server-side, we can avoid this kind of issues.    
   
So, this issue will be resolved after we provide hybrid support for the DateTimePicker component. And this support will be available in the upcoming Volume 2 Main release which is expected to be rolled out by End of June. We appreciate your patience until then.  
  
You can now track the reported issue from the below feedback link,  
  
   
Regards,   
Sevvandhi N  



BC Berly Christopher Syncfusion Team November 15, 2021 06:05 AM UTC

Hi Charles, 


 
Thanks for your patience. 


 
We are glad to announce that our Essential Studio 2020 Volume 3 release v18.3.0.35 is rolled out and is available for download under the following link. 


 


 
We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you would require any further assistance.  
Regards, 
Berly B.C 


Marked as answer
Loader.
Up arrow icon