From 2832e6bfc1bf496636060e505d83e51c6f4d8771 Mon Sep 17 00:00:00 2001 From: glondu Date: Sat, 1 Apr 2006 03:32:37 +0200 Subject: [PATCH] Bug d'affichage. darcs-hash:20060401013237-68412-bc40e13f1c6d7137b276ec10060b6f551e3a71f5.gz --- gestion/ldap_crans.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/ldap_crans.py b/gestion/ldap_crans.py index 733c339e..1ddc8c61 100755 --- a/gestion/ldap_crans.py +++ b/gestion/ldap_crans.py @@ -216,7 +216,7 @@ class service: starting.sort() dates = ' et '.join(map(lambda t: t < time.time() and \ "maintenant" or time.strftime(date_format, - time.gmtime(t)), + time.localtime(t)), self.start)) dates = " à partir d%s %s" % (dates.startswith("maintenant") and "e" or "u", dates)