Commit 65b271611cbf5e570053c01ef215ab6a519500e6

Authored by hitier
1 parent 3e786bc9
Exists in rhitier-dev and in 1 other branch DEV

Change default time interval

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
web/run.py
... ... @@ -973,7 +973,7 @@ def get_interval_from_query():
973 973 Get the interval from the query, or from defaults.
974 974 Returns ISO date strings.
975 975 """
976   - before = relativedelta(months=2)
  976 + before = relativedelta(months=1)
977 977 after = relativedelta(months=1)
978 978 today = datetime.datetime.now().replace(hour=0, minute=0, second=0)
979 979 started_at = today - before
... ...