ó
Ý#2Nc           @   sA   d  Z  d Z d Z d Z d Z d d l Z d d	 d     YZ d S(
   s   Cyril Jaquiers   $Revision: 635 $s5   $Date: 2007-12-16 22:38:04 +0100 (Sun, 16 Dec 2007) $s    Copyright (c) 2004 Cyril Jaquiert   GPLi˙˙˙˙Nt   MyTimec           B   sM   e  Z d Z d    Z e e  Z d   Z e e  Z d   Z e e  Z RS(   c         C   s   |  t  _ d  S(   N(   R   t   myTime(   t   t(    (    s$   /usr/share/fail2ban/server/mytime.pyt   setTime2   s    c           C   s$   t  j d  k r t j   St  j Sd  S(   N(   R   R   t   Nonet   time(    (    (    s$   /usr/share/fail2ban/server/mytime.pyR   <   s    
c           C   s-   t  j d  k r t j   St j t  j  Sd  S(   N(   R   R   R   R   t   gmtime(    (    (    s$   /usr/share/fail2ban/server/mytime.pyR   I   s    
N(   t   __name__t
   __module__R   R   R   t   staticmethodR   R   (    (    (    s$   /usr/share/fail2ban/server/mytime.pyR   &   s   
			(    (   t
   __author__t   __version__t   __date__t   __copyright__t   __license__R   R   (    (    (    s$   /usr/share/fail2ban/server/mytime.pyt   <module>   s   