Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getTime() return an uint64_t value to handle epoch time in year 2038? #244

Open
engemil opened this issue Apr 28, 2023 · 0 comments
Open

Comments

@engemil
Copy link

engemil commented Apr 28, 2023

As 2038 is happening in 15 years, I imagine it would be nice to be ahead of the Year 2038 Problem.

I noticed the getTime() function (in wifi_drv.cpp) returns a uint32_t value. Would it be possible to change it to an uint64_t type to ensure continuity of the function? I'm not so familiar with the library to know if there are any backward compability conflicts, or other problems I have not yet seen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant