Error in as.POSIXlt.character(x, tz, ...) :

> sqlFetch(channel,"user")
Error in as.POSIXlt.character(x, tz, ...) : 
  character string is not in a standard unambiguous format

这里介绍了一下

这个问题是由于时间出错导致的,

一般datatime

2013-09-26 10:48:04

但如果你的数据库中含有

0000-00-00 00:00:00

这个时间的时候,就会出现这个错误。

原文地址:https://www.cnblogs.com/tomcattd/p/3340364.html