Raikia / FiercePhish

FiercePhish is a full-fledged phishing framework to manage all phishing engagements. It allows you to track separate phishing campaigns, schedule sending of emails, and much more.
https://github.com/Raikia/FiercePhish/wiki
GNU General Public License v3.0
1.31k stars 249 forks source link

Better timezone functionality #3

Closed Raikia closed 7 years ago

Raikia commented 7 years ago

Right now if the timezone is changed after emails have been sent, the timestamps of previously sent emails will be wrong (because they are stored as the current timezone setting). Instead, all times should be stored as UTC and should convert on-the-fly so no errors occur when timezone setting is changed.

Challenge to overcome: Laravel jobs and future scheduled email sending.

Raikia commented 7 years ago

This was included in the v1.2.0 release. Issue resolved.