KxSystems / rkdb

R client for kdb+
https://code.kx.com/q/interfaces
Apache License 2.0
41 stars 30 forks source link

Bug fix of datettime coversion from POSIXct/POSIXlt #60 #61

Closed mshimizu-kx closed 4 years ago

mshimizu-kx commented 4 years ago

Fix of POSIXct/POSIXlt conversion (#60)

Note: POSIXct and POSIXlt should not be mixed in a vector because its class is picked up from the first element.