summaryrefslogtreecommitdiff
path: root/libc/src/time/time_utils.cpp
AgeCommit message (Expand)Author
2025-03-25[libc][time] Fix -Wshorten-64-to-32 warning (#132947)Paul Kirth
2025-03-25[libc] change the return value type of mktime_internal to time_t (#132231)Leslie
2025-02-11[libc] create TimeReader to look at a struct tm (#126138)Michael Jones
2025-01-08[libc][NFC] Cleanup time.h (#122027)Michael Jones
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek
2024-01-24[libc] Add C23 limits.h header. (#78887)lntue
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-09-07[libc] Fix overflow check for 32 bit long time_t (#65394)Mikhail R. Gadelha
2023-08-07[libc][cleanup] Fix most conversion warningsMichael Jones
2023-04-28[libc][NFC] Start cleanup of time functionsMichael Jones
2021-12-07[libc] apply new lint rulesMichael Jones
2021-03-16This introduces gmtime to LLVM libc, based on C99/C2X/Single Unix Spec.Raman Tenneti