sczesla / PyAstronomy

A collection of astronomy-related routines in Python
152 stars 35 forks source link

Emphasis ignoring timezone component of datetime #36

Closed 1kastner closed 6 years ago

1kastner commented 6 years ago

Usually the tzinfo should be considered. If not given, the user should be made aware of that.

sczesla commented 6 years ago

Correct. Thanks for pointing this out.

1kastner commented 6 years ago

Thanks for the fast merge