- The sys_time formatter is constrained, which was not implemented. - There is a sys_days formatter which was not implemented. - The local_time formatter uses the sys_time formatter in its implementation so "inherited" the same issues. Fixes: https://github.com/llvm/llvm-project/issues/73849 Fixes: https://github.com/llvm/llvm-project/issues/67983