summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorRichard Wall <richard@aziz>2010-07-10 11:07:01 +0100
committerRichard Wall <richard@aziz>2010-07-10 11:07:01 +0100
commit037b62bab5b5875d0461a75f6ac268ebb4b766cf (patch)
tree1924687e018745750a0d990cbe61bcdb264462a2 /index.html
parente04435a8179b766cc394a02ed1e22e80f21a7aee (diff)
Allow user configurable timezone offset
Diffstat (limited to 'index.html')
-rw-r--r--index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html
index 426e7eb..b4e0ab8 100644
--- a/index.html
+++ b/index.html
@@ -145,6 +145,7 @@
<div>
<label>Start: <input type="date" name="startTime" /></label>
<label>End: <input type="date" name="endTime" /></label>
+ <label>UTC: <input type="text" name="tzoffset" size="2" /></label>
<input type="submit" value="Update" />
<input type="reset" value="Reset" />
</div>