Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: Added test for created_at #6728
test: Added test for created_at #6728
Changes from 40 commits
1c57c7e
159d941
a4e1f4f
f6c7a71
b6fc7d1
58bc9a7
e0a1ac5
3407e89
3578bb3
6f88d5a
c2a37d4
79a5fb6
7beda8c
9a1cdd5
eaba78f
f1d82b8
5733a7d
9d73404
952dc5f
75631fb
4ee726f
a3f1a10
15b4863
fa610c5
10ae24b
952612b
1a9993f
538ea10
4971648
d6b02f9
118153b
95832a0
9944d37
0735ccf
f6fba0e
cb91457
c55c679
c6f6fa9
75aa289
91e0de8
dfd2b3e
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unexpected indentation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There shouldn't be any difference. Please make them consistent
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's actually a difference, as you can see in the below image.
![image](https://user-images.githubusercontent.com/39561007/73608714-33178800-45ec-11ea-8f0c-2bcf8a19d699.png)
Printing in this order:
Output:
![image](https://user-images.githubusercontent.com/39561007/73608696-1da25e00-45ec-11ea-8941-83c75eea0008.png)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I never said there isn't a difference. I said there shouldn't be a difference
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The values am getting are weird, one has date with an offset added and specifying the offset[1]. Other one has no offset set also coming with offset added[2].
There is no python function to standardize these two.