Ion
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
datetime.h File Reference
#include <chrono>
#include <cmath>
#include <sstream>
#include <string>
#include <type_traits>
#include "base/integral_types.h"
#include "ion/base/referent.h"
#include "ion/external/gtest/gunit_prod.h"
Include dependency graph for datetime.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ion::base::DateTime
 DateTime represents a particular date and time down to the nanosecond level along with timezone information. More...
 
class  ion::base::DateTime::Range
 A class to contain a beginning and ending DateTime. More...
 

Namespaces

 ion
 Copyright 2016 Google Inc.
 
 ion::base
 EnumHelper instantiations. These must be in the ion::base namespace.
 

Functions

std::ostream & ion::base::operator<< (std::ostream &os, const DateTime &dtime)
 
std::istream & ion::base::operator>> (std::istream &in, DateTime &dtime)