Can someone point me in the direction of documentation explaining how C3 parses datetime strings? It doesn't appear to follow moment.js format, and I'm having trouble finding clear guidance on this. For example, if I have a datetime string like 2013-01-01 04:23:56-05:00
, how do I handle the timezone (-5:00
) at the end?