3rww/rainfall

Excel-compatible timestamp formatting for rainfall results

Opened this issue · 1 comments

gassc commented

Currently, timestamps (including timezone offset) are returned using the RFC 3339 standard (ISO-8061 format). Excel doesn't automatically parse this out, requiring an extra step for end-users of the CSV download. We can return a spec that Excel will automatically parse.

gassc commented

Not sure what downstream is expecting ISO-8061 formattted datetimes. Need to investigate first.