date - D3 time.parse with colon in time-zone format -


i'm trying use d3.time.format on date this:

2016-02-10t12:40:16-05:00

basically, utc date timezone offset.

the issue is, %z formatter in d3 looks timezone written follows: -0500. in other words, colon missing.

does know workaround?


Comments

Popular posts from this blog

html - Styling progress bar with inline style -

java - Oracle Sql developer error: could not install some modules -

How to use autoclose brackets in Jupyter notebook? -