mirror of
https://github.com/jorenchik/testing-spring-2024.git
synced 2025-10-21 20:10:36 +00:00
7 lines
102 B
C++
7 lines
102 B
C++
#pragma once
|
|
|
|
#include <cstdint>
|
|
#include <ctime>
|
|
|
|
std::tm *create_utc_timestamp(uint32_t timestamp);
|