I have the following dataframe:
BTC ETH
date
2016-11-10 01:00:00 714.02 10.55
2016-11-10 02:00:00 715.64 10.51
How can I convert the index (which is in GMT) to CET? Or, how can I add 1 hour to the index?
Thank you!