I assume you mean FFF's dateUpdated etc metadata.
No. FFF reads the time on the site as presented into a "naive datetime" and uses it without time zone.
Time zones in Python2 are a nightmare. I would hope it's improved in Py3, but since we still support older versions, I've not looked.
|