#include "config.h"
#include <iostream>
#include <iomanip>
#include <string>
#include <cstring>
#include <cctype>
#include <sys/types.h>
#include "asserts.h"
#include "error.h"
#include "estring.h"
#include "tstamp.h"
Go to the source code of this file.
Functions | |
bool | is_timestamp (const std::string &a_s) |
Return true if the string is a valid timestamp. |
bool is_timestamp | ( | const std::string & | a_s | ) |
Return true if the string is a valid timestamp.
Definition at line 502 of file tstamp.cc.
References TRY_nomem.
Referenced by timestamp::assign(), catalog_manager::catalog(), vault_manager::get_archive_list(), and job_archiver::mf_do_chores().