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

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -