Open nandanrao opened 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
Unix
The tests and implementation for formcentral are wrong.
TODO: create an integration regression test that this current bug trips, then fix the bug.
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#L391The tests and implementation for formcentral are wrong.
TODO: create an integration regression test that this current bug trips, then fix the bug.