// get the string with current time (returns pointer to static buffer)
// timeFormat is used for the call of strftime(3)
// get the string with current time (returns pointer to static buffer)
// timeFormat is used for the call of strftime(3)
static const char *GetCurrentTime(const char *timeFormat);
// -----------------------------------------------------------------------------
static const char *GetCurrentTime(const char *timeFormat);
// -----------------------------------------------------------------------------