From 15599d66a62df3df2e3bd3cb9e02dea0ee7d692e Mon Sep 17 00:00:00 2001
From: Branson Stephens <stephenb@uwm.edu>
Date: Mon, 17 Mar 2014 10:38:19 -0500
Subject: [PATCH] Changed ER5 end time in query.py to correspond to new end
 time of 0 UTC on 15 March, 2014.

---
 gracedb/query.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gracedb/query.py b/gracedb/query.py
index 97cacabb9..0ed83ae33 100644
--- a/gracedb/query.py
+++ b/gracedb/query.py
@@ -62,7 +62,7 @@ gpsQ = gpsQ.setParseAction(maybeRange("gpstime"))
 
 # run ids
 runmap = {
-   "ER5" :     (1073822416, 1077667216),  # Jan 15 12:00:00 UTC 2014 - Mar 01 2014 00:00:00 UTC
+   "ER5" :     (1073822416, 1078876816),  # Jan 15 12:00:00 UTC 2014 - Mar 15 2014 00:00:00 UTC
    "ER4" :     (1057881616, 1061856016),  # Jul 15 00:00:00 UTC 2013 - Aug 30 2013 00:00:00 UTC
    "ER3" :     (1044136816, 1045785616),  # Feb 5 16:00:00 CST 2013 - Mon Feb 25 00:00:00 GMT 2013
    #"ER2" : (1026061216, 1028480416),
-- 
GitLab