-
Notifications
You must be signed in to change notification settings - Fork 14
Update timestamp conversion in client #211
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
Conversation
Reverting of str converting for timestamp to avoid error 'str object has no attribute timestamp' Resolves: #209
Hi @filipecosta90 , @slice4e , could you please review? |
@markovamaria please include a unit test that confirms we're OK with this change. |
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.
requires test. I can add it if required.
added |
@filipecosta90 , please take a look. I've added test and related screenshots. |
Nice. Thank you @markovamaria ! |
Reverting of str converting for timestamp to avoid error 'str object has no attribute timestamp'
Resolves: #209