I got this dataset for cryptocurrencies with price and volume as follows:
> head(data)
V1
1 1672531202
2 1672531203
3 1672531330
4 1672531438
5 1672531443
6 1672531466
The first column V1 is stored as 'integer' and it consists of date and time. How can I convert that column V1 into date and time column separately. Actually, I am not sure which date/time format is stored there since it is original data.