osayouba / opendatakit

Automatically exported from code.google.com/p/opendatakit
0 stars 0 forks source link

Timestamps from now() appear incorrect #1129

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. XML file attached. There are a number of questions, one video player and I 
swipe forward through the questions. The video, called "paradigm" has a 
duration of 3 seconds. I have a timestamp created using now() in the calculate 
file and I have changed the type to dateTime
2.
3.

What is the expected output? What do you see instead?
my expected output if I swipe forward on each question would be sequential 
timestamps with 3 seconds for the video playing.

<?xml version='1.0' ?>
<paradigm_with_Video id="paradigm_with_video">
    <start_interview>2015-04-13T09:58:40.515+10</start_interview>
    <acknowledge_test>OK</acknowledge_test>
    <end_ack>2015-04-13T09:58:40.516+10</end_ack>
    <paradigm />
    <end_paradigm2>2015-04-13T09:58:40.518+10</end_paradigm2>
    <sad_text />
    <end_sad>2015-04-13T09:58:40.518+10</end_sad>
    <anxious_text />
    <end_anxious>2015-04-13T09:58:40.517+10</end_anxious>
    <laugh_text />
    <end_laugh>2015-04-13T09:58:40.517+10</end_laugh>
    <embarrass_text />
    <end_embarrass>2015-04-13T09:59:03.482+10</end_embarrass>
    <post_acknowledge_test>OK</post_acknowledge_test>
    <end_interview>2015-04-13T09:59:03.482+10</end_interview>
    <meta>
        <instanceID>uuid:ebe1651a-0efd-4243-a2b9-63ae3de03479</instanceID>
    </meta>
</paradigm_with_Video>

What version of the product are you using? On what operating system?
Mac OSX Yosemite
ODK 1.4.5 I think

Please provide any additional information below.

Original issue reported on code.google.com by bigma...@gmail.com on 13 Apr 2015 at 12:25

Attachments: