Exemplo n.º 1
0
 def is_normalized(self):
     """
     Returns True if all of the dates are at midnight ("no time")
     """
     return conversion.is_date_array_normalized(self.asi8, self.tz)
Exemplo n.º 2
0
 def is_normalized(self):
     """
     Returns True if all of the dates are at midnight ("no time")
     """
     return conversion.is_date_array_normalized(self.asi8, self.tz)