Changeset fb54faf


Ignore:
Timestamp:
Mar 29, 2012, 5:00:03 AM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage
Children:
9a6c3222
Parents:
6dfcd66
git-author:
Alex Dehnert <adehnert@…> (03/29/12 05:00:03)
git-committer:
Alex Dehnert <adehnert@…> (03/29/12 05:00:03)
Message:

Add some temporal overlap

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/space/diffs.py

    ra53f8ee rfb54faf  
    262262def space_access_diffs():
    263263    new_time = datetime.datetime.utcnow()
    264     old_time = new_time - datetime.timedelta(days=1)
     264    old_time = new_time - datetime.timedelta(days=1, minutes=15)
    265265    bulk_fill_people([old_time, new_time])
    266266    group_data = {} # Group.pk -> GroupInfo
Note: See TracChangeset for help on using the changeset viewer.