From 9497459058b803d63b9f36c63e61dee09040adc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Ro=C3=9F?= Date: Wed, 2 Apr 2025 21:02:14 +0200 Subject: [PATCH] `STL.natvis`: Fixed `time_point` visualization of year off-by-one When the `time_point` is sometime in February, the debugger visualization of the year will be off-by-one. --- stl/debugger/STL.natvis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stl/debugger/STL.natvis b/stl/debugger/STL.natvis index 905effbbfdb..eea3fc9241e 100644 --- a/stl/debugger/STL.natvis +++ b/stl/debugger/STL.natvis @@ -2252,7 +2252,7 @@ SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception - + {year(),d}-{month()/10,d}{month()%10,d}-{day()/10,d}{day()%10,d} {