Add a string representation of UTC Offset class

Issue #5 resolved
Brandon Nielsen repo owner created an issue

Printing a date with a UTC offset involved results in an ugly memory address being printed:

<aniso8601.timezone.UTCOffset object at 0x7f040b319990>

Instead print out the + / - UTC offset value.

Comments (1)

  1. Log in to comment