adapter_thehookupzonenet: Fix changed date format

This commit is contained in:
Jim Miller 2023-03-29 17:49:01 -05:00
parent 82702ea958
commit 152088de87

View file

@ -42,7 +42,7 @@ class TheHookupZoneNetAdapter(BaseEfictionAdapter):
@classmethod
def getDateFormat(self):
return "%d/%m/%y"
return "%b %d, %Y"
def getClass():
return TheHookupZoneNetAdapter