stanley-king %!s(int64=2) %!d(string=hai) anos
pai
achega
c0b507daf0
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      plot/refill/DataStream.py

+ 4 - 0
plot/refill/DataStream.py

@@ -109,6 +109,10 @@ class DataReadStream(metaclass=ABCMeta):
     def __init__(self, hfive):
         self._hfive = hfive
         self._days = self._getdays()
+        stime = lambda t: time.strftime('%d-%H:%M:%S', time.localtime(t))
+        sdays = [stime(day) for day in self._days]
+        logger.debug(sdays)
+
         logger.debug(self._days)
 
     def __del__(self):