1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-07-31 11:47:06 +01:00

No compile on babbage fix

This commit is contained in:
paboyle
2015-09-30 16:01:28 -07:00
parent af89c40462
commit 23813ac798
2 changed files with 2 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ inline void NerscMachineCharacteristics(NerscField &header)
std::time_t t = std::time(nullptr);
std::tm tm = *std::localtime(&t);
std::ostringstream oss;
oss << std::put_time(&tm, "%c %Z");
// oss << std::put_time(&tm, "%c %Z");
header.creation_date = oss.str();
header.archive_date = header.creation_date;