HaskellR icon indicating copy to clipboard operation
HaskellR copied to clipboard

Literal Instance for UTCTime

Open drwebb opened this issue 9 years ago • 0 comments

Time and date values are very common primitive type for statistical data. It would be very useful to have support for UTCTime values in HaskellR.

I've been able to pass in time values by first converting to an Int32 representation of UNIX Epoch time and than unconverting back to R date and times as described in: https://stat.ethz.ch/R-manual/R-devel/library/base/html/DateTimeClasses.html

drwebb avatar Aug 25 '15 18:08 drwebb