Namespaces | Functions | Variables
format.cc File Reference
#include <string.h>
#include <cctype>
#include <cstdint>
#include "absl/time/internal/cctz/include/cctz/time_zone.h"
#include "absl/time/time.h"
Include dependency graph for format.cc:

Go to the source code of this file.

Namespaces

 absl
 

Functions

std::string absl::FormatTime (const std::string &format, absl::Time t, absl::TimeZone tz)
 
std::string absl::FormatTime (absl::Time t, absl::TimeZone tz)
 
std::string absl::FormatTime (absl::Time t)
 
bool absl::ParseFlag (const std::string &text, absl::Time *t, std::string *error)
 
bool absl::ParseTime (const std::string &format, const std::string &input, absl::Time *time, std::string *err)
 
bool absl::ParseTime (const std::string &format, const std::string &input, absl::TimeZone tz, absl::Time *time, std::string *err)
 
std::string absl::UnparseFlag (absl::Time t)
 

Variables

const char absl::RFC1123_full [] = "%a, %d %b %E4Y %H:%M:%S %z"
 
const char absl::RFC1123_no_wday [] = "%d %b %E4Y %H:%M:%S %z"
 
const char absl::RFC3339_full [] = "%Y-%m-%dT%H:%M:%E*S%Ez"
 
const char absl::RFC3339_sec [] = "%Y-%m-%dT%H:%M:%S%Ez"
 

Variable Documentation

cctz::detail::femtoseconds fem

Definition at line 39 of file format.cc.

Definition at line 38 of file format.cc.



abseil_cpp
Author(s):
autogenerated on Wed Jun 19 2019 19:19:59