I'm using the react rainbow date time picker to let the user select a date and time. However, right now it uses local time (IST), but I want to hardcode it to use a specific timezone (EST).
I tried using locale prop but it doesn't seem to be doing anything. Does anyone know how to accomplish this?