mobizt / ESP32-Mail-Client

The complete and secured Mail Client for ESP32, sending and reading the E-mail through the SMTP and IMAP servers.
MIT License
90 stars 33 forks source link

PDT Time #31

Closed YBuckG closed 4 years ago

YBuckG commented 4 years ago

Hi,

I've just tested the new version on an ESP32. I cannot change the timezone of the value returned by getData( function.

The function always returns a value at PDT Timezone. I would like to have GMT+1, per example.

Thanks

mobizt commented 4 years ago

Do you mean getDate?

All data return from IMAP server, the library does nothing with it.