Time Shield Library
C++ library for working with time
Loading...
Searching...
No Matches
time_zone_conversions.hpp File Reference

Helpers for converting CET/EET timestamps to GMT. More...

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.
 

Detailed Description

Helpers for converting CET/EET timestamps to GMT.

Definition in file time_zone_conversions.hpp.

Macro Definition Documentation

◆ _TIME_SHIELD_TIME_ZONE_CONVERSIONS_HPP_INCLUDED

#define _TIME_SHIELD_TIME_ZONE_CONVERSIONS_HPP_INCLUDED

Definition at line 3 of file time_zone_conversions.hpp.