BG_Flood
0.1
Documentation (Work-in-progress)
|
#include "utctime.h"
Functions | |
int | days_from_epoch (int y, int m, int d) |
struct tm * | gmtime_r (const time_t *timep, struct tm *tm) |
long long | timegm (struct tm const *t) |
long long | date_string_to_time (std::string date) |
double | date_string_to_s (std::string datetime, std::string refdate) |
double | readinputtimetxt (std::string input, std::string &refdate) |
bool | testime1 (int hour) |
bool | testime2 (int hour) |
double date_string_to_s | ( | std::string | datetime, |
std::string | refdate | ||
) |
long long date_string_to_time | ( | std::string | date | ) |
int days_from_epoch | ( | int | y, |
int | m, | ||
int | d | ||
) |
struct tm* gmtime_r | ( | const time_t * | timep, |
struct tm * | tm | ||
) |
double readinputtimetxt | ( | std::string | input, |
std::string & | refdate | ||
) |
bool testime1 | ( | int | hour | ) |
bool testime2 | ( | int | hour | ) |
long long timegm | ( | struct tm const * | t | ) |