This commit is contained in:
Nils Schneider 2013-03-12 20:54:14 +01:00
parent 0a1bd6ab8d
commit e58d0baec3

View file

@ -8,8 +8,7 @@ class D3MapBuilder:
def build(self):
output = dict()
now = datetime.datetime.utcnow()
now.microsecond = 0
now = datetime.datetime.utcnow().replace(microsecond=0)
nodes = self._db.get_nodes()