How do I make react-calendar return dates in a specific timezone?
Don't want to use locale for this, because of daylight savings. Need specifically the UTC timezone.
I could "convert" the returned time (usually 00:00) to be "as it was" in UTC but this seems messy.