[libc-commits] [libc] [libc] create TimeReader to look at a struct tm (PR #126138)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Tue Feb 11 10:27:16 PST 2025


================
@@ -15,6 +15,98 @@
 namespace LIBC_NAMESPACE_DECL {
 namespace time_utils {
 
+// TODO: clean this up in a followup patch
+int64_t mktime_internal(const struct tm *tm_out) {
----------------
michaelrj-google wrote:

SGTM

https://github.com/llvm/llvm-project/pull/126138


More information about the libc-commits mailing list