Time Shield Library
C++ library for working with time
|
Helpers for converting CET/EET timestamps to GMT. More...
#include "time_conversions.hpp"
Go to the source code of this file.
Namespaces | |
namespace | time_shield |
Main namespace for the Time Shield library. | |
Macros | |
#define | _TIME_SHIELD_TIME_ZONE_CONVERSIONS_HPP_INCLUDED |
Functions | |
const ts_t | time_shield::cet_to_gmt (ts_t cet) |
Convert Central European Time to Greenwich Mean Time. | |
const ts_t | time_shield::eet_to_gmt (ts_t eet) |
Convert Eastern European Time to Greenwich Mean Time. | |
Helpers for converting CET/EET timestamps to GMT.
Definition in file time_zone_conversions.hpp.
#define _TIME_SHIELD_TIME_ZONE_CONVERSIONS_HPP_INCLUDED |
Definition at line 3 of file time_zone_conversions.hpp.