Time in UTC? I want to show date in local time in ODK Aggregate

I am capturing date/time from odk collect, ODK collect time zone is IST.

But in aggregate I am seeing time converted into UTC, I want to show in IST.

Please suggest,

Regards
techbyte

Currently, you can't. See
http://code.google.com/p/opendatakit/issues/detail?id=554 for the
issue. I'm sure the core team would appreciate a patch.

··· On Thu, Sep 20, 2012 at 8:30 AM, techbyte wrote: > I am capturing date/time from odk collect, ODK collect time zone is IST. > > But in aggregate I am seeing time converted into UTC, I want to show in IST. > > Please suggest, > > Regards > techbyte

Hi, I'm watching now this conversation, because I have the same problem. How did you solve it?

Thanks

Laura

··· Il giorno giovedì 20 settembre 2012 17:30:31 UTC+2, techbyte ha scritto: > I am capturing date/time from odk collect, ODK collect time zone is IST. > > > But in aggregate I am seeing time converted into UTC, I want to show in IST. > > > Please suggest, > > > Regards > techbyte

Dear all,

I have some problem with the local time on ODK. We are in Milan and now the local time is 16:00 while the UTC time is 14:00 (we have legal time). But when we collect time data with ODK, if the local time is 16:00, in the collecte data I found 15:00.
How can we solve this problem?

Thanks

Laura

··· Il giorno giovedì 20 settembre 2012 17:30:31 UTC+2, techbyte ha scritto: > I am capturing date/time from odk collect, ODK collect time zone is IST. > > > But in aggregate I am seeing time converted into UTC, I want to show in IST. > > > Please suggest, > > > Regards > techbyte

Is the patch applied, any updated on this would be helpful.

··· On Thursday, September 20, 2012 11:14:27 PM UTC+5:30, Yaw Anokwa wrote: > > Currently, you can't. See > http://code.google.com/p/opendatakit/issues/detail?id=554 for the > issue. I'm sure the core team would appreciate a patch. > > On Thu, Sep 20, 2012 at 8:30 AM, techbyte <techb...@gmail.com> wrote: > > I am capturing date/time from odk collect, ODK collect time zone is IST. > > > > But in aggregate I am seeing time converted into UTC, I want to show in > IST. > > > > Please suggest, > > > > Regards > > techbyte >

By writing code and contributing it back.

··· On Wed, Sep 23, 2015 at 7:31 AM, wrote:

Hi, I'm watching now this conversation, because I have the same problem.
How did you solve it?

Thanks

Laura

Il giorno giovedì 20 settembre 2012 17:30:31 UTC+2, techbyte ha scritto:

I am capturing date/time from odk collect, ODK collect time zone is IST.

But in aggregate I am seeing time converted into UTC, I want to show in
IST.

Please suggest,

Regards
techbyte

--
You received this message because you are subscribed to the Google Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

Hi Laura,

ODK Collect writes the time with device time zone in the XML it saves.
For example, if you are in Seattle, time will be
"2016-02-15T01:10:40.219-08". If you are in Cape Town, time will be
"2016-02-15T11:10:40.219+02".

Once the data gets to Aggregate, it is converted to UTC:
"2016-02-15T09:10:40.219Z". Anything after that (web UI, download to
Briefcase, export to CSV) is done in UTC.

If you are seeing different behavior, there is a bug. If you just
don't like this behavior, the solution is to contribute code back to
project that does what you'd like.

Yaw

··· -- Need ODK consultants? Nafundi provides form design, server setup, in-field training, and software development for ODK. Go to https://nafundi.com to get started.

On Thu, Mar 31, 2016 at 4:10 PM, lau.carcano@gmail.com wrote:

Il giorno giovedì 20 settembre 2012 17:30:31 UTC+2, techbyte ha scritto:

I am capturing date/time from odk collect, ODK collect time zone is IST.

But in aggregate I am seeing time converted into UTC, I want to show in IST.

Please suggest,

Regards
techbyte

Dear all,

I have some problem with the local time on ODK. We are in Milan and now the local time is 16:00 while the UTC time is 14:00 (we have legal time). But when we collect time data with ODK, if the local time is 16:00, in the collecte data I found 15:00.
How can we solve this problem?

Thanks

Laura

--
You received this message because you are subscribed to the Google Groups "ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Yaw means that code contributions (patches) to fix this would be
appreciated by the core team.

If it is of critical importance, hire someone to develop and contribute the
change back to the main tree.

Mitch

··· On Wed, Nov 28, 2012 at 6:50 AM, techbyte wrote:

Is the patch applied, any updated on this would be helpful.

On Thursday, September 20, 2012 11:14:27 PM UTC+5:30, Yaw Anokwa wrote:

Currently, you can't. See
http://code.google.com/p/**opendatakit/issues/detail?id=**554http://code.google.com/p/opendatakit/issues/detail?id=554for the
issue. I'm sure the core team would appreciate a patch.

On Thu, Sep 20, 2012 at 8:30 AM, techbyte techb...@gmail.com wrote:

I am capturing date/time from odk collect, ODK collect time zone is
IST.

But in aggregate I am seeing time converted into UTC, I want to show in
IST.

Please suggest,

Regards
techbyte

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

And note that ODK Aggregate 1.4.8 contains an updated javarosa form
processor with two significant bug fixes in the date/time area. These bugs
could cause dates to be off by +/- 1 day and times to be off on days when
your timezone changes to or from daylight savings time.

The updated jar will be in the next release of the other ODK 1.x tools.

··· On Tue, Apr 12, 2016 at 2:40 AM, Yaw Anokwa wrote:

Hi Laura,

ODK Collect writes the time with device time zone in the XML it saves.
For example, if you are in Seattle, time will be
"2016-02-15T01:10:40.219-08". If you are in Cape Town, time will be
"2016-02-15T11:10:40.219+02".

Once the data gets to Aggregate, it is converted to UTC:
"2016-02-15T09:10:40.219Z". Anything after that (web UI, download to
Briefcase, export to CSV) is done in UTC.

If you are seeing different behavior, there is a bug. If you just
don't like this behavior, the solution is to contribute code back to
project that does what you'd like.

Yaw

Need ODK consultants? Nafundi provides form design, server setup,
in-field training, and software development for ODK. Go to
https://nafundi.com to get started.

On Thu, Mar 31, 2016 at 4:10 PM, lau.carcano@gmail.com wrote:

Il giorno giovedì 20 settembre 2012 17:30:31 UTC+2, techbyte ha scritto:

I am capturing date/time from odk collect, ODK collect time zone is IST.

But in aggregate I am seeing time converted into UTC, I want to show in
IST.

Please suggest,

Regards
techbyte

Dear all,

I have some problem with the local time on ODK. We are in Milan and now
the local time is 16:00 while the UTC time is 14:00 (we have legal time).
But when we collect time data with ODK, if the local time is 16:00, in the
collecte data I found 15:00.
How can we solve this problem?

Thanks

Laura

--
You received this message because you are subscribed to the Google
Groups "ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

Sure, I am ready of pay for this. Do you know someone who can pick and
quickly fix.

Regards
Ashish

··· On Wednesday, November 28, 2012 10:16:27 PM UTC+5:30, Mitch wrote: > > Yaw means that code contributions (patches) to fix this would be > appreciated by the core team. > > If it is of critical importance, hire someone to develop and contribute > the change back to the main tree. > > Mitch > > On Wed, Nov 28, 2012 at 6:50 AM, techbyte <techb...@gmail.com wrote: > >> Is the patch applied, any updated on this would be helpful. >> >> >> On Thursday, September 20, 2012 11:14:27 PM UTC+5:30, Yaw Anokwa wrote: >> >>> Currently, you can't. See >>> http://code.google.com/p/**opendatakit/issues/detail?id=**554for the >>> issue. I'm sure the core team would appreciate a patch. >>> >>> On Thu, Sep 20, 2012 at 8:30 AM, techbyte wrote: >>> > I am capturing date/time from odk collect, ODK collect time zone is >>> IST. >>> > >>> > But in aggregate I am seeing time converted into UTC, I want to show >>> in IST. >>> > >>> > Please suggest, >>> > >>> > Regards >>> > techbyte >>> >> > > > -- > Mitch Sundt > Software Engineer > University of Washington > mitche...@gmail.com >

http://opendatakit.org/help/help-for-hire has the list of developers.

··· On Fri, Nov 30, 2012 at 1:38 AM, techbyte wrote: > Sure, I am ready of pay for this. Do you know someone who can pick and > quickly fix. > > Regards > Ashish > > > On Wednesday, November 28, 2012 10:16:27 PM UTC+5:30, Mitch wrote: >> >> Yaw means that code contributions (patches) to fix this would be >> appreciated by the core team. >> >> If it is of critical importance, hire someone to develop and contribute >> the change back to the main tree. >> >> Mitch >> >> On Wed, Nov 28, 2012 at 6:50 AM, techbyte wrote: >>> >>> Is the patch applied, any updated on this would be helpful. >>> >>> >>> On Thursday, September 20, 2012 11:14:27 PM UTC+5:30, Yaw Anokwa wrote: >>>> >>>> Currently, you can't. See >>>> http://code.google.com/p/opendatakit/issues/detail?id=554 for the >>>> issue. I'm sure the core team would appreciate a patch. >>>> >>>> On Thu, Sep 20, 2012 at 8:30 AM, techbyte wrote: >>>> > I am capturing date/time from odk collect, ODK collect time zone is >>>> > IST. >>>> > >>>> > But in aggregate I am seeing time converted into UTC, I want to show >>>> > in IST. >>>> > >>>> > Please suggest, >>>> > >>>> > Regards >>>> > techbyte >> >> >> >> >> -- >> Mitch Sundt >> Software Engineer >> University of Washington >> mitche...@gmail.com

Would this be at Collect level or Aggregate?

··· On Friday, November 30, 2012 8:57:05 PM UTC+5:30, Yaw Anokwa wrote: > > http://opendatakit.org/help/help-for-hire has the list of developers. > > On Fri, Nov 30, 2012 at 1:38 AM, techbyte <techb...@gmail.com> wrote: > > Sure, I am ready of pay for this. Do you know someone who can pick and > > quickly fix. > > > > Regards > > Ashish > > > > > > On Wednesday, November 28, 2012 10:16:27 PM UTC+5:30, Mitch wrote: > >> > >> Yaw means that code contributions (patches) to fix this would be > >> appreciated by the core team. > >> > >> If it is of critical importance, hire someone to develop and contribute > >> the change back to the main tree. > >> > >> Mitch > >> > >> On Wed, Nov 28, 2012 at 6:50 AM, techbyte wrote: > >>> > >>> Is the patch applied, any updated on this would be helpful. > >>> > >>> > >>> On Thursday, September 20, 2012 11:14:27 PM UTC+5:30, Yaw Anokwa wrote: > >>>> > >>>> Currently, you can't. See > >>>> http://code.google.com/p/opendatakit/issues/detail?id=554 for the > >>>> issue. I'm sure the core team would appreciate a patch. > >>>> > >>>> On Thu, Sep 20, 2012 at 8:30 AM, techbyte wrote: > >>>> > I am capturing date/time from odk collect, ODK collect time zone is > >>>> > IST. > >>>> > > >>>> > But in aggregate I am seeing time converted into UTC, I want to > show > >>>> > in IST. > >>>> > > >>>> > Please suggest, > >>>> > > >>>> > Regards > >>>> > techbyte > >> > >> > >> > >> > >> -- > >> Mitch Sundt > >> Software Engineer > >> University of Washington > >> mitche...@gmail.com >

Collect already stores dates with time zone information. You have to
make the change in Aggregate.

··· On Sat, Dec 1, 2012 at 6:14 AM, techbyte wrote: > Would this be at Collect level or Aggregate? > > > On Friday, November 30, 2012 8:57:05 PM UTC+5:30, Yaw Anokwa wrote: >> >> http://opendatakit.org/help/help-for-hire has the list of developers. >> >> On Fri, Nov 30, 2012 at 1:38 AM, techbyte wrote: >> > Sure, I am ready of pay for this. Do you know someone who can pick and >> > quickly fix. >> > >> > Regards >> > Ashish >> > >> > >> > On Wednesday, November 28, 2012 10:16:27 PM UTC+5:30, Mitch wrote: >> >> >> >> Yaw means that code contributions (patches) to fix this would be >> >> appreciated by the core team. >> >> >> >> If it is of critical importance, hire someone to develop and contribute >> >> the change back to the main tree. >> >> >> >> Mitch >> >> >> >> On Wed, Nov 28, 2012 at 6:50 AM, techbyte wrote: >> >>> >> >>> Is the patch applied, any updated on this would be helpful. >> >>> >> >>> >> >>> On Thursday, September 20, 2012 11:14:27 PM UTC+5:30, Yaw Anokwa wrote: >> >>>> >> >>>> Currently, you can't. See >> >>>> http://code.google.com/p/opendatakit/issues/detail?id=554 for the >> >>>> issue. I'm sure the core team would appreciate a patch. >> >>>> >> >>>> On Thu, Sep 20, 2012 at 8:30 AM, techbyte wrote: >> >>>> > I am capturing date/time from odk collect, ODK collect time zone is >> >>>> > IST. >> >>>> > >> >>>> > But in aggregate I am seeing time converted into UTC, I want to >> >>>> > show >> >>>> > in IST. >> >>>> > >> >>>> > Please suggest, >> >>>> > >> >>>> > Regards >> >>>> > techbyte >> >> >> >> >> >> >> >> >> >> -- >> >> Mitch Sundt >> >> Software Engineer >> >> University of Washington >> >> mitche...@gmail.com