-
Notifications
You must be signed in to change notification settings - Fork 13.4k
[libc] Implement localtime #107597
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
Labels
Comments
zimirza
pushed a commit
to zimirza/llvm-project
that referenced
this issue
Sep 28, 2024
This is an implementation of localtime. Closes llvm#107597 and llvm#109892
zimirza
pushed a commit
to zimirza/llvm-project
that referenced
this issue
Sep 28, 2024
This is an implementation of localtime. Closes llvm#107597 and llvm#109892
zimirza
pushed a commit
to zimirza/llvm-project
that referenced
this issue
Dec 23, 2024
This is an implementation of localtime. Closes llvm#107597 and llvm#109892
zimirza
pushed a commit
to zimirza/llvm-project
that referenced
this issue
Dec 26, 2024
This is an implementation of localtime. Closes llvm#107597 and llvm#109892
zimirza
pushed a commit
to zimirza/llvm-project
that referenced
this issue
Dec 26, 2024
This is an implementation of localtime. Closes llvm#107597 and llvm#109892
zimirza
pushed a commit
to zimirza/llvm-project
that referenced
this issue
Jan 1, 2025
This is an implementation of localtime. Closes llvm#107597 and llvm#109892
zimirza
pushed a commit
to zimirza/llvm-project
that referenced
this issue
Jan 3, 2025
This is an implementation of localtime. Closes llvm#107597 and llvm#109892
zimirza
pushed a commit
to zimirza/llvm-project
that referenced
this issue
Jan 16, 2025
This is an implementation of localtime. Closes llvm#107597 and llvm#109892
|
Thank you for the feedback. I will look into if it can find |
zimirza
pushed a commit
to zimirza/llvm-project
that referenced
this issue
Jan 31, 2025
This is an implementation of localtime. Closes llvm#107597 and llvm#109892
zimirza
pushed a commit
to zimirza/llvm-project
that referenced
this issue
Feb 12, 2025
This is an implementation of localtime. Closes llvm#107597 and llvm#109892
zimirza
pushed a commit
to zimirza/llvm-project
that referenced
this issue
Apr 22, 2025
This is an implementation of localtime. Closes llvm#107597 and llvm#109892
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
localtime
should be implemented forlibc
, which is required by #107285. Temporarily, I am usinggmtime
. Timezones need to be set up as well.According to documentation,
localtime
is defined as the following:The text was updated successfully, but these errors were encountered: