vega / vl-convert

Utilities for converting Vega-Lite specs from the command line and Python
BSD 3-Clause "New" or "Revised" License
96 stars 12 forks source link

Make get_local_tz fallible, returing Option<String> instead of String #38

Closed jonmmease closed 1 year ago

jonmmease commented 1 year ago

This is to handle the case where Intl.DateTimeFormat().resolvedOptions().timeZone is undefined in Deno.

I ran into this running VlConvert on Binder, where Intl.DateTimeFormat().resolvedOptions().timeZone is undefined and this caused get_local_tz to crash.