You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a bug in stripe.utils.convert_tstamp
This function always returns timezone-aware datetime, so an error raise ValueError("MySQL backend does not support timezone-aware datetimes when USE_TZ is False.") raises when UZE_TZ = False and it tries to save into database
The text was updated successfully, but these errors were encountered:
There is a bug in stripe.utils.convert_tstamp
This function always returns timezone-aware datetime, so an error
raise ValueError("MySQL backend does not support timezone-aware datetimes when USE_TZ is False.")
raises when UZE_TZ = False and it tries to save into databaseThe text was updated successfully, but these errors were encountered: