[libc-commits] [libc] [libc] implement localtime (PR #110363)
Зишан Мирза via libc-commits
libc-commits at lists.llvm.org
Thu Dec 26 01:12:33 PST 2024
zimirza wrote:
Currently, the tests for `gmtime` and `asctime` are not working. I will have to do some reading on documentation for these two function. This is since all of these functions use a common function, `update_from_seconds` that now includes timezone, which does not seem correct.
https://github.com/llvm/llvm-project/pull/110363
More information about the libc-commits
mailing list