[*] stupid formatting crash
This commit is contained in:
parent
a60a1b3088
commit
631ffab1a2
@ -178,7 +178,7 @@ namespace Aurora::Locale
|
||||
{
|
||||
// Hard-code ISO-8601 locale because, the Americans locale doesn't make any sense whatsoever, and east asia has the right idea
|
||||
// EU users and burgers seethe... we normalize one sane standard to disambiguate this shit across locale boundaries
|
||||
return fmt::format("{:{:04}-{:02}-{:02} {:02}-{:02}-{:02}}", time.tm_year + 1900, time.tm_mon + 1, time.tm_mday, time.tm_hour, time.tm_min, time.tm_sec);
|
||||
return fmt::format("{:04}-{:02}-{:02} {:02}-{:02}-{:02}", time.tm_year + 1900, time.tm_mon + 1, time.tm_mday, time.tm_hour, time.tm_min, time.tm_sec);
|
||||
}
|
||||
}
|
||||
catch (...)
|
||||
|
Loading…
Reference in New Issue
Block a user