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

gazpacho backport: send correct timestamp with turnstile event #7393

Merged
merged 1 commit into from
Oct 10, 2018

Conversation

kkaefer
Copy link
Contributor

@kkaefer kkaefer commented Oct 10, 2018

Backports #7381 to release-gazpacho


I noticed while implementing #7297 that our turnstile event is setting the created payload property to a value from browser.now() which on most browsers is an alias for performance.now() which is not the current day/time, but milliseconds since the JS started executing or something along those lines, so our values were always in the 1970s which I don't think is the intended behavior.

Launch Checklist

  • briefly describe the changes in this PR
  • write tests for all new functionality
  • document any changes to public APIs
  • post benchmark scores
  • manually test the debug page

* send correct timestamp with turnstile event

* update TurnstileEvent tests
@kkaefer kkaefer changed the base branch from master to release-gazpacho October 10, 2018 11:45
@kkaefer kkaefer merged commit 56487f0 into release-gazpacho Oct 10, 2018
@kkaefer kkaefer deleted the backport-gazpacho-7381-timestamp-fix branch October 10, 2018 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants