CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
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().

18  {
19  out << t.str();
20  return out;
21 }
tuple out
Definition: dbtoconf.py:99
std::string str() const
Definition: Tm.cc:89