planetarypy / pvl

Python implementation of PVL (Parameter Value Language)
BSD 3-Clause "New" or "Revised" License
19 stars 19 forks source link

PDSLabenEncoder encode_time bugfix #70

Closed rbeyer closed 3 years ago

rbeyer commented 3 years ago

Description

The PDSLabelEncoder was improperly raising an exception if the Python datetime object to encode had a tzinfo component that had zero offset from UTC.

How Has This Been Tested?

Types of changes

Checklist:

Licensing:

This project is released under the LICENSE.