Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
Calendar.hpp File Reference
#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>
Include dependency graph for Calendar.hpp:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ timeAndGmt()

static void timeAndGmt ( int64_t * time,
int16_t * gmt )
static