mirror of
https://github.com/minio/minio-cpp.git
synced 2025-07-31 16:24:23 +03:00
fix DST setting properly in UtcTime (#133)
Fixes #132 Signed-off-by: Bala.FA <bala@minio.io>
This commit is contained in:
@ -120,6 +120,7 @@ class UtcTime {
|
||||
|
||||
static std::tm auxLocaltime(const std::time_t& time);
|
||||
std::tm getBrokenDownTime() const { return auxLocaltime(secs_); }
|
||||
static std::time_t toUtcSeconds(const std::time_t time);
|
||||
|
||||
public:
|
||||
UtcTime() = default;
|
||||
|
Reference in New Issue
Block a user