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

Make sentry/manager.py windows compatible #711

Merged
merged 1 commit into from Jan 14, 2013
Merged

Conversation

idanz
Copy link
Contributor

@idanz idanz commented Jan 7, 2013

On windows, you can't use strftime('%s'), so I changed it to 
time.mktime((dt).timetuple())
which is compatible

On windows, you can't use strftime('%s'), so I changed it to 
time.mktime((dt).timetuple())
which is compatible
dcramer added a commit that referenced this pull request Jan 14, 2013
Make sentry/manager.py windows compatible
@dcramer dcramer merged commit 2455c41 into getsentry:master Jan 14, 2013
@github-actions github-actions bot locked and limited conversation to collaborators Dec 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants