summaryrefslogtreecommitdiff
path: root/libc/src/time/time_utils.h
AgeCommit message (Expand)Author
2025-09-03[libc] implement template functions for localtime (#110363)Zishan Mirza
2025-07-23[libc][NFC] Add stdint.h proxy header to fix dependency issue with <stdint.h>...lntue
2025-06-11[libc] Move libc_errno.h to libc/src/__support and make LIBC_ERRNO_MODE_SYSTE...lntue
2025-03-25[libc] change the return value type of mktime_internal to time_t (#132231)Leslie
2025-02-12[libc] Fix implict cast to time_t warning (#126947)Michael Jones
2025-02-11[libc] fix get_epoch constexpr error (#126818)Michael Jones
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-09-16[libc][c11] implement ctime (#107285)Зишан Мирза
2024-08-07[libc] Allow time conversions to compile on bare metal (#102014)Simon Tatham
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
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-04-28[libc][NFC] Start cleanup of time functionsMichael Jones
2023-03-02[libc][NFC] Switch use of errno in src/time and test/src/time to libc_errno.Raman Tenneti
2023-02-21[libc] Add Month enum, refactor mktime_testJeff Bailey
2023-01-24[libc][NFC] Another round of replacement of static inline with LIBC_INLINE.Siva Chandra Reddy
2021-12-07[libc] apply new lint rulesMichael Jones
2021-05-03[libc] Introduce asctime, asctime_r to LLVM libcRaman Tenneti
2021-03-22[libc] Introduces gmtime_r to LLVM libc, based on C99/C2X/Single Unix Sp.Raman Tenneti
2021-03-16This introduces gmtime to LLVM libc, based on C99/C2X/Single Unix Spec.Raman Tenneti
2021-02-22[libc] [Obvious] Fix.Raman Tenneti
2021-02-22Changes to mktime to handle invalid dates, overflow and underflow andcalculat...Raman Tenneti