Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > d96849d4fa6f41e0af4fdd6b532fd910 > files > 3

nagios-check_syncrepl-20080409-7mdv2010.0.src.rpm

--- check_syncrepl.py~	2008-09-25 16:18:37.000000000 +0200
+++ check_syncrepl.py	2008-09-25 16:19:01.000000000 +0200
@@ -150,7 +150,7 @@
     
   This function returns a datetime object instance
   """
-  gentime = re.sub('Z.*$','',contextCSN)
+  gentime = re.sub('(\.\d{6})?Z.*$','',contextCSN)
   return datetime.datetime.fromtimestamp(time.mktime(time.strptime(gentime,"%Y%m%d%H%M%S")))
 
 def threshold_to_datetime(threshold):