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
If you use a datetime object including tzinfo e.g.
from datetime import datetime, deltatime
from datetime impor timezone
UTC = timezone.utc
finished_from = datetime.now(UTC)-deltatime(days=1)
then you'll get an error because the api endpoint will be wrong generated
The text was updated successfully, but these errors were encountered:
selobu
changed the title
Datetime object with tzinfo failed to get pybuilduildkite.builds.Builds
Datetime object with tzinfo failed to get pybuildkite.builds.Builds
Jun 1, 2023
If you use a datetime object including tzinfo e.g.
then you'll get an error because the api endpoint will be wrong generated
The text was updated successfully, but these errors were encountered: