Time Shield Library
C++ library for working with time
|
Helpers for converting CET and EET timestamps to GMT. More...
Go to the source code of this file.
Namespaces | |
namespace | time_shield |
Main namespace for the Time Shield library. | |
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.