I am having dataframe containing time column to be like this:
time
2001-11-28 13:42:46 -0500
2001-10-10 22:14:00 -0400
I know how to convert them into time period but I fail to understand what does -0500
and -4000
even means.
This data I am using is an open source data for bugs related thing. If any one can help me with this it will be very helpful to me.