seandenigris / Resources-Live

GNU General Public License v3.0
4 stars 0 forks source link

Emails - Hard to get timestamp #18

Closed seandenigris closed 5 years ago

seandenigris commented 5 years ago

There are situations where the Date header is in another timezone (seems to often be GMT). The date in the local TZ might appear in another header, but not necessarily be easily parsable. Since Pharo's TZ implementation is broken (i.e. it can't convert from GMT to a local historical offset due to DST), allow a cacheable timestamp which can be set manually when needed.

seandenigris commented 5 years ago

Timestamps are cacheable again as of 024e302. Close this and add wiki page for possible future enhancement.