timezone
timezone copied to clipboard
Allow TZ name instead of City Name for columns
Allow TZ name to be used instead of city name for columns
Adds USE_TZ environment variable
This patch breaks arrow key functionality because of hte call to process.env in timezone.jsx. I am not sure why - still looking into it. Do not merge. Advice appreciated.
Hi @bexelbie, a good solution could be to remove any reference of process.env.USE_TZ out of the React components and pass this option via props instead. This feels like good practice anyway with React to only use data in props or state