giandonatoinverso / PHP-Dynamic-Qr-code

PHP Dynamic Qr code is a script that allows the generation and saving of dynamic and static QR codes
MIT License
259 stars 76 forks source link

Incorrect Time Zone #116

Open austin3410 opened 3 weeks ago

austin3410 commented 3 weeks ago

When I try to create an static event QR code, that starts at 4PM and ends at 6PM for example, when I scan it on my device it tries to create the event from 11AM to 1PM. I suspect the Time zone somewhere is off but, I have my time and time zone on my docker host set correctly, I passed the TZ environment variable in my compose file, and my time is correct on the device I'm scanning the code with.

After every change I did I recreated the QR code and restarted the container before testing.

Anyone have any ideas?

giandonatoinverso commented 2 weeks ago

Thanks for reporting

louispires commented 3 days ago

Also having the same issue, sending in the Timezone also does not have any effect.