Benchling-Open-Source / allotropy

A Python library for converting instrument data into Allotrope Simple Model (ASM)
MIT License
50 stars 27 forks source link

fix: Update timezone parsing to use dateutil timezones instead of pytz #644

Closed nathan-stender closed 6 days ago

nathan-stender commented 6 days ago

pytz can create odd timezones if not used correctly (and it's easy to misuse) - use dateutil timezones instead.