(self, datetime)
| 34 | return dtInstance |
| 35 | |
| 36 | def text(self, datetime): # pylint: disable=no-self-use |
| 37 | return (":%s\nXX" % datetime.time().toString("mm")) |
| 38 | |
| 39 | # A custom headerview that is taller than standard |
| 40 | # so we can fit more lines into it on the graphicsview |