glyph/DateType

Missing DateTime.strftime() declaration

werkshy opened this issue · 0 comments

The DateTime declaration is missing the strftime method.

I added this locally and it works:

    def strftime(self, __format: str) -> str:
        ...