Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
#include "core/Timestamp.hpp"
#include "core/assert.hpp"
#include "core/enums.hpp"
#include "core/structs.hpp"
#include <chrono>
#include <fmt/format.h>
#include <iomanip>
#include <iostream>
#include <locale>
#include <sstream>
Go to the source code of this file.
Classes | |
class | iv::utils::Calendar |
Namespaces | |
namespace | iv |
namespace | iv::utils |
Functions | |
static void | timeAndGmt (int64_t *time, int16_t *gmt) |
bool | iv::utils::isValidDateTime (const iv::DateTime &dateTime) |
bool | iv::utils::isNeedUpdateClock (const iv::types::timestamp timeUtc, const int16_t offsetGmt) |
|
static |