NCEAS / recordr

Provenance tracking for R.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Write ISO 8601 compliant date values

gothub opened this issue · comments

The date values written out to the execution metadata file execMetadata.csv are not
ISO 8601 compliant, e.g.

2015-04-08 15:25:09

which should be

2015-04-08T15:25:09.134-07:00

Added timezone to the execution start and end times which are now in an
R parseable format (i.e. as.POSIXct()):

2016-56-08 16:56:40 PST

Fix made in commit a582ddf