chambres_vides: tz filtre ldap sur date: z --> Z
This commit is contained in:
parent
06c00036df
commit
2b4d3b434e
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ if __name__ == '__main__':
|
|||
if periode_transitoire:
|
||||
date = to_gtf(debut_periode_transitoire)
|
||||
else:
|
||||
date = now.strftime(FORMAT_LDAP) + 'z'
|
||||
date = now.strftime(FORMAT_LDAP) + 'Z'
|
||||
|
||||
bad_boys_e_s = conn.search(FILTER % {'date': date})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue