But what if the read time format into table
**** "Fri Mar 27 12:01:01 2020"**
is of type character()
The following table has column (stratPtime)

If I use this
as.POSIXct("Fri Mar 27 12:01:01 2020", format="%a %b %d %H:%M:%S %Y")
I get NA in stratPtime column.
this image shows the NA in stratPtime column
