Hi
I use the DateRangePicker and when I run the code local on my machine the dates the DateRangePicker return are correct.
I select a range 26. Oct - 30. Oct and I use two-way binding.
On my mac with time zone the DateRangePicker return:
26.10.2020 00:00:00 (Local)
30.10.2020 00:00:00 (Local)
On the production environment (Linux Ubuntu 18.04) the DateRangePicker return:
10/25/2020 11:00:00 PM (Local)
10/29/2020 11:00:00 PM (Local) The logs are generated at the HQDateRangePickerUtc.razor line 45 and 55.
I don't understand why! Can you help please?
I collected all information and my code in the attachments.
Best regards
Attachment:
daterangepicker_timezoneissue_19bddf94.zip