Netthaw/TOTP-MCU

_timezone variable conflicts with homonym variable from <time.h> in glibc and arm-none-eabi

Devnol opened this issue · 0 comments

possibly other libc implementations have similar conflicts. I could fix that by renaming the variable to _timeZone but I would assume that some other library implementation would have a similar conflict. I would suggest it gets renamed to something like _timeZoneOffset so it hopefully doesn't conflict with anything else.