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

Fixed datetime encode bug #1

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Fixed datetime encode bug #1

wants to merge 4 commits into from

Conversation

alastairpat
Copy link

Fixed bug where if a datetime lacked milisecond precision, it was encoded incorrectly for Parse

If there are related objects returned in the query, the default
behaviour is to fetch and return them. If includeRelated is set to
False, these included objects are not fully fetched.
@exalted
Copy link

exalted commented Aug 13, 2012

@pktck I didn't check if this patch would chop off 3 digits from python datetime.datetime microseconds converting to Parse milliseconds, but for the rest your should definitely accept @alastairpat's patch.

@alastairpat generally you shouldn't add irrelevant commits to your pull request.

Cheers,

amanahuja pushed a commit to amanahuja/ParsePy that referenced this pull request Oct 31, 2012
Request to update README doc
nesteggs pushed a commit to nesteggs/ParsePy that referenced this pull request Jan 4, 2013
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.

None yet

3 participants