We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
localtime_r
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
Would be great to have support for localtime_r.
The text was updated successfully, but these errors were encountered:
libc::localtime_r is effectively broken and unusable due to outdated definitions for time_t. See: rust-lang/libc#4307
libc::localtime_r
time_t
Sorry, something went wrong.
rustix is scoped to syscall-like functions, and localtime_r is a higher-level function, so this is out of scope for rustix.
The tz-rs crate contains an implementation of localtime_r functionality, which you may find useful.
No branches or pull requests
Would be great to have support for
localtime_r
.The text was updated successfully, but these errors were encountered: