-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert date elements to strings so they print correctly
Non-numeric elements of dates were printed with a b'' wrapper (since they are bytes), e.g. Date: b'Wed', 12 b'Jun' 2019 08:28:30 GMT This change converts the elements to a string representation to remove the b'' wrapper.
- Loading branch information
Showing
1 changed file
with
27 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters