Skip to content

Instantly share code, notes, and snippets.

@4poc
Created October 5, 2013 12:13
Show Gist options
  • Save 4poc/6840150 to your computer and use it in GitHub Desktop.
Save 4poc/6840150 to your computer and use it in GitHub Desktop.
SQLAlchemy Session Error: Timezone/Datetime related
> TypeError: can't compare offset-naive and offset-aware datetimes
channel.published_at = dateutil.parser.parse(snippet['publishedAt'], ignoretz=True)
^^^^^^^^^^^^^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment