schochastics / timeless

A general purpose date(time) parser for R
https://schochastics.github.io/timeless/
Other
19 stars 2 forks source link

dealing with daylight saving #10

Closed schochastics closed 5 months ago

schochastics commented 6 months ago

see also #9

schochastics commented 5 months ago

Version 0.2.1 seems to fix it

library(timeless)
chronos("30/03/1997 02:43:12")
#> [1] "1997-03-30 01:43:12 CET"
chronos("Sunday, 28 September 1986 02:06 AM")
#> [1] "1986-09-28 02:06:00 CEST"