Time Shield Library
C++ library for working with time
|
Helpers for converting CET and EET timestamps to GMT. More...
#include <time_shield/time_conversions.mqh>
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_MQH__ |
Functions | |
datetime | time_shield::cet_to_gmt (const datetime cet) |
Convert Central European Time to Greenwich Mean Time. | |
datetime | time_shield::eet_to_gmt (const datetime eet) |
Convert Eastern European Time to Greenwich Mean Time. | |
Helpers for converting CET and EET timestamps to GMT.
Definition in file time_zone_conversions.mqh.
#define __TIME_SHIELD_TIME_ZONE_CONVERSIONS_MQH__ |
Definition at line 8 of file time_zone_conversions.mqh.