update {fmt} to 12.1.0

This commit is contained in:
Mark Roszko
2026-01-14 20:57:29 -05:00
parent 52a5fc9904
commit 4de94b0776
31 changed files with 2089 additions and 7992 deletions
+2 -1
View File
@@ -1872,7 +1872,8 @@ bool PDF_PLOTTER::EndPlot()
int infoDictHandle = startPdfObject();
std::string dt = fmt::format( "D:{:%Y:%m:%d:%H:%M:%S}", fmt::localtime( std::time( nullptr ) ) );
std::string dt = fmt::format( "D:{:%Y:%m:%d:%H:%M:%S}",
std::chrono::current_zone()->to_local( std::chrono::system_clock::now() ) );
if( m_title.IsEmpty() )
{