vlab-research / fly

The Fly Survey platform
Other
2 stars 3 forks source link

Formcentral does not respect timestamp #81

Open nandanrao opened 2 years ago

nandanrao commented 2 years ago

Facebook timestamps are in milliseconds since Unix.

Go Unix provides the number of seconds since epoch: https://github.com/vlab-research/fly/blob/main/formcentral/server_test.go#L391

The tests and implementation for formcentral are wrong.

TODO: create an integration regression test that this current bug trips, then fix the bug.