DexterW
Results
2
issues of
DexterW
I haven't found anyway to save cookies and send them back in subsequent requests. I'd love to be able to do this.
Here's an example of what I'm running into: ``` from dateutil import parse date, tokens = parse("Fri 1/01/2020 12:00 PM (GMT-04:00)", fuzzy_with_tokens=True) # datetime.datetime(2020, 1, 1, 12, 00, tzinfo=tzoffset(None, 14400)...