CMS 3D CMS Logo

Functions

/data/refman/pasoursint/CMSSW_5_3_1/src/OnlineDB/EcalCondDB/src/Tm.cc File Reference

#include <time.h>
#include <iostream>
#include <string>
#include <stdexcept>
#include <math.h>
#include <cstdio>
#include "OnlineDB/EcalCondDB/interface/Tm.h"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &out, const Tm &t)

Function Documentation

std::ostream& operator<< ( std::ostream &  out,
const Tm t 
)

GO: the maximum UNIX time is restricted to INT_MAX, corresponding to 2038-01-19 03:14:07. Take it into account in str()

Definition at line 18 of file Tm.cc.

References dbtoconf::out, and Tm::str().

                                                     {
  out << t.str();
  return out;
}