Is R superstitious regarding POSIXct data type

前端 未结 1 948
醉酒成梦
醉酒成梦 2020-12-12 05:41

For a project, I was converting strings to POSIXct format using strptime function.

x <- strptime(\"2016-03-13 02:56:16\", \"%Y-%         


        
相关标签:
1条回答
  • 2020-12-12 05:48

    The problem is that there was no such time as "2016-03-13 02:56:16". 13 Mar 2016 was when Daylight Savings Time started. At 2AM, that day, the clock jumped immediately to 3AM.

    0 讨论(0)
提交回复
热议问题