getodk / briefcase

ODK Briefcase is a Java application for fetching and pushing forms and their contents. It helps make billions of data points from ODK portable. Contribute and make the world a better place! ✨💼✨
https://docs.getodk.org/briefcase-intro
Other
60 stars 154 forks source link

Missing submissions when pulling with --start_from_date in different timezones #820

Open ggalmazor opened 4 years ago

ggalmazor commented 4 years ago

Problem description

Given a computer at UTC+1 with Briefcase and a server at UTC+0 with Aggregate, when Briefcase CLI pulls a form adding --start_from_date 2019-01-01, then submissions belonging to 23:00Z (from the day before) and 0:00Z are not pulled.

Steps to reproduce the problem

PENDING:

Expected behavior

All submissions from the day coinciding with the value provided in the --start_from_date arg should be included.