timezone icon indicating copy to clipboard operation
timezone copied to clipboard

Allow TZ name instead of City Name for columns

Open bexelbie opened this issue 9 years ago • 2 comments

Allow TZ name to be used instead of city name for columns

Adds USE_TZ environment variable

bexelbie avatar Mar 06 '16 21:03 bexelbie

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.

bexelbie avatar Mar 07 '16 12:03 bexelbie

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

djfarrelly avatar Apr 04 '16 17:04 djfarrelly