Update default time to use 12 hour clock

This commit is contained in:
Tyler Perkins 2021-12-21 16:55:35 -05:00
parent 543c554456
commit ea21325308

View File

@ -29,5 +29,5 @@ namespace dashboard::panel {
//for more on how this string format works, refer to
//https://en.cppreference.com/w/cpp/chrono/c/strftime
constexpr char DEF_OVERLAY_DATE_STRING[] = "%a %R %p";
constexpr char DEF_OVERLAY_DATE_STRING[] = "%a %I:%M %p";
}