From 9da542d5c1c983b9ea608b7fc04d75826278564f Mon Sep 17 00:00:00 2001 From: Vasiliy Koyrev Date: Thu, 13 Oct 2022 11:55:54 +0300 Subject: string(TIMESTAMP): Add %z and %Z for adding time zone string Fixes: #24056 --- Source/cmTimestamp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/cmTimestamp.h') diff --git a/Source/cmTimestamp.h b/Source/cmTimestamp.h index ada5006d45..05c6342cb2 100644 --- a/Source/cmTimestamp.h +++ b/Source/cmTimestamp.h @@ -32,6 +32,6 @@ private: time_t CreateUtcTimeTFromTm(struct tm& timeStruct) const; std::string AddTimestampComponent(char flag, struct tm& timeStruct, - time_t timeT, - uint32_t microseconds = 0) const; + time_t timeT, bool utcFlag, + uint32_t microseconds) const; }; -- cgit v1.2.1