> 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

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

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-04-01
  • 2021-08-22
  • 2021-08-18
  • 2021-08-10
  • 2021-10-16
  • 2021-07-31
猜你喜欢
  • 2022-01-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-29
相关资源
相似解决方案