Skip to content
Snippets Groups Projects
Commit f3e21b1c authored by Branson Craig Stephens's avatar Branson Craig Stephens
Browse files

Clarified docs on where UTC times should be used.

parent e276e3a9
No related branches found
No related tags found
No related merge requests found
......@@ -149,8 +149,9 @@ observation record consisting of three separate footprints::
if r.status == 201: # 201 means 'Created'
print 'Success!'
For users not familiar with Python, there are several other options available for
uploading observation records:
Note that the start times are always assumed to be in UTC. For users not
familiar with Python, there are several other options available for uploading
observation records:
- by using the webform on each event page (scroll down to the 'EM Observations'
section and click on 'add observation record'). However, this method requires
......
......@@ -21,7 +21,7 @@ each other in various ways:
- by GPS time or range
- ``gpstime: 999999999``
- ``899999000..999999999``
- by event creation time
- by event creation time in UTC
- ``created: 2009-10-08 .. 2009-12-04 16:00:00``
- ``yesterday .. now``
- by specific graceid or range
......
......@@ -40,7 +40,7 @@ RAwidth (decimal degrees)</a></td> <td><input type="text" name="raWidthLi
<tr><td><a href=# onclick="alert('RAWidth and DecWidth specify the size of a a rectangle that is aligned equatorially. Thus the edge of the box is distant from the center by half of the width.');return false;">
Decwidth (decimal degrees)</a></td> <td><input type="text" name="decWidthList" value=""/></td></tr>
<tr><td><a href=# onclick="alert('The time at the beginning of a time interval during which the observation was taken. Or list of times. ISO 8601');return false;">
<tr><td><a href=# onclick="alert('The time at the beginning of a time interval during which the observation was taken. Or list of times. UTC in ISO 8601 format.');return false;">
StartTime</a></td>
<td><input type="text" name="startTimeList" value="" size=80/></td>
</tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment