22 void get_offset_utc(
const tm& tstruct,
int& offset_hours,
int& offset_mins);
32 long double get_seconds(
long double reference_seconds);
35 long double get_mseconds(
long double reference_useconds);
38 long double get_useconds(
long double reference_useconds);
41 std::string
get_time(
const tm& tsruct);
42 std::string
get_datetime(
bool include_utc_offset =
false);
43 std::string
get_datetime(
const tm& tsruct,
bool include_utc_offset =
false);
44 std::string
get_datetime_formatted(
const std::string& date_delim =
"/",
bool include_time =
true,
const std::string& date_time_sep =
" ",
const std::string& time_delim =
":");
45 std::string
get_datetime_formatted(
const tm& tsruct,
const std::string& date_delim =
"/",
bool include_time =
true,
const std::string& date_time_sep =
" ",
const std::string& time_delim =
":");
std::string aflow_convert_time_ctime2aurostd(const std::string &time_LOCK)
std::string aflow_get_time_string()
std::string aflow_get_time_string_short()
long double get_delta_useconds(long double &useconds_begin)
long double get_delta_seconds(long double &seconds_begin)
long double get_useconds()
bool beep(uint freq, uint duration)
long double get_delta_mseconds(long double &useconds_begin)
void get_offset_utc(int &offset_hours, int &offset_mins)
string get_datetime(bool include_utc_offset)
string get_datetime_formatted(const string &date_delim, bool include_time, const string &date_time_sep, const string &time_delim)
long double get_seconds()
long double get_mseconds()