Fix date for adapter_gluttonyfictioncom

This commit is contained in:
Jim Miller 2018-05-04 11:26:48 -05:00
parent 71b107fc61
commit 9a6bd88d00

View file

@ -37,7 +37,7 @@ class GluttonyFictionComAdapter(BaseEfictionAdapter):
def getDateFormat(self):
# The date format will vary from site to site.
# http://docs.python.org/library/datetime.html#strftime-strptime-behavior
return "%d/%m/%y"
return "%m/%d/%Y"
##################################################################################
### The Efiction Base Adapter uses the Bulk story to retrieve the metadata, but