mirror of
https://github.com/Icinga/icinga2.git
synced 2025-09-19 15:57:49 +02:00
9 lines
125 B
C++
9 lines
125 B
C++
/* Icinga 2 | (c) 2025 Icinga GmbH | GPLv2+ */
|
|
|
|
#pragma once
|
|
|
|
#include <ctime>
|
|
#include <string>
|
|
|
|
tm make_tm(std::string s);
|