Hi,
I am getting the following behavior with AsDateTime:
flipTime::AsDateTime("Thu, 1st of July 2004 at 22:30:00")
[1] "2004-09-01 22:30:00 UTC"
flipTime::AsDateTime("Thu, 1 of July 2004 at 22:30:00")
[1] "2004-10-01 22:30:00 UTC"
flipTime::AsDateTime("Thu, 1st July 2004 at 22:30:00")
[1] "2004-09-01 22:30:00 UTC"
However,
flipTime::AsDateTime("Thu, 1 July 2004 at 22:30:00")
[1] "2004-07-01 22:30:00 UTC"
Is this expected behavior?
Many thanks,
H