Skip to content
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

fix(storage): fix incorrect mtime by UTC offset #106

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

HemangChothani
Copy link
Collaborator

@HemangChothani HemangChothani commented Jan 29, 2020

IPR [10214]

Copy link
Collaborator

@IlyaFaer IlyaFaer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks okay



def _convert_to_timestamp(value):
"""Convert non-none datetime to timestamp.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

non-None, I believe

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@IlyaFaer yes agree, but here they have used lowercase in whole file so i didn't change it.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tend to agree with both of you. While certainly grammatically incorrect, we might want to make no changes and let this to be dealt with later.

Copy link
Owner

@MaxxleLLC MaxxleLLC left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM



def _convert_to_timestamp(value):
"""Convert non-none datetime to timestamp.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tend to agree with both of you. While certainly grammatically incorrect, we might want to make no changes and let this to be dealt with later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants