Go to the documentation of this file.
2 #ifndef WIBBLE_GRCAL_GRCAL_H
3 #define WIBBLE_GRCAL_GRCAL_H
97 void easter(
int year,
int* month,
int* day);
151 long long int secondsfrom(
int year,
const int* val);
165 void mergetime(
const int* date,
const int* time,
int* dst);
172 void mergetime(
int* date,
const int* time);
177 void totm(
const int* src,
struct tm* dst);
183 void fromtm(
const struct tm& src,
int* dst,
int count = 6);
188 std::string
tostring(
const int* val);
245 std::string
tostring(
const int* val);