liuch / dmarc-srg

A php parser, viewer and summary report generator for incoming DMARC reports.
GNU General Public License v3.0
228 stars 34 forks source link

Local timezone setting (not server side) #22

Closed kramwell closed 2 years ago

kramwell commented 2 years ago

As discussed, I think it would be great to have the time setting set local and not server side, this would help with reading reports and a better 'out of the box' experience with the average user.

You mentioned using browser local which I think is a fantastic idea!

liuch commented 2 years ago

I improved the date handling with this commit. Even though I haven't added the setting yet, you might find this change useful.

kramwell commented 2 years ago

wow, you've put some time into that, looks so neatly done. no issues in testing either. runs fine.

Amazing progress!