MHKiT-Software / MHKiT-Python

MHKiT-Python provides the marine renewable energy (MRE) community tools for data processing, visualization, quality control, resource assessment, and device performance.
https://mhkit-software.github.io/MHKiT/
BSD 3-Clause "New" or "Revised" License
47 stars 45 forks source link

Timezone Bug fix: remove `.replace()` for `.astimezone()` #161

Closed ssolson closed 2 years ago

ssolson commented 2 years ago

Fixes #153

import pytz

Fix all instances of replace with astimezone