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
MYSQL time supports a range of '-838:59:59.000000' to '838:59:59.000000' where was python datetime.time has a range of 0 <= hour < 24, 0 <= minute < 60, 0 <= second < 60, 0 <= microsecond < 1000000. It would be incorrect to encode mysql time into python datetime.time.