react-datetime-picker
react-datetime-picker copied to clipboard
Show date and time in specific timezone
trafficstars
I'm using react-datetime-picker version 3.5.0 in my React (version 18.1.0) project.
I need to show the dates in the date time picker in a given timezone instead of the browser timezone. Since the date time picker only allows dates in type Date I cannot send moment dates or string type dates. Is there any solution to this?