13int main(
int argc,
char **argv)
22 JParser<> zap(
"Auxiliary program to print UNIX time in human readable format");
29 catch(
const exception &error) {
30 FATAL(error.what() << endl);
33 const TTimeStamp t0((time_t) t_ms/1000);
35 cout << t0.AsString() << endl;
General purpose messaging.
Utility class to parse command line options.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
Utility class to parse command line options.
int main(int argc, char **argv)
Auxiliary program to print UNIX time in human readable format.