Project

General

Profile

Revision 1c5486c7

ID1c5486c7a3f269896ad00d1ba84e492f8d3ca8a9
Parent b5c06b88
Child c1f83918

Added by Francois POIROTTE about 5 years ago

[#1863] Timestamps en UTC

Change-Id: Idfa37670b4a6d97b60edea30d084e7b8f77f3d07
Refs: #1863

View differences:

vigiboard/tests/functional/test_search_form_service.py
18 18

  
19 19
def insert_deps():
20 20
    """Insère les dépendances nécessaires aux tests."""
21
    timestamp = datetime.now()
21
    timestamp = datetime.utcnow()
22 22

  
23 23
    hostgroup = functions.add_supitemgroup(u'foo')
24 24
    host = functions.add_host(u'bar')

Also available in: Unified diff