kvos / CoastSat

Global shoreline mapping tool from satellite imagery
http://coastsat.space
GNU General Public License v3.0
696 stars 252 forks source link

UTC time zone #527

Closed ecnun closed 3 months ago

ecnun commented 3 months ago

Hello, @kvos I want to know if there is a time zone issue with the output result. As shown in the figure, the time definitely does not match the time of the region I am studying. My region is eight hours ahead of the UTC time zone. Should I first change it to the time in my time zone? image

kvos commented 3 months ago

all dates are in UTC. if you want to change you can do +- timedelta(hours=x)

ecnun commented 3 months ago

Thank you so much, I will do it!