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

Go to the source code of this file.

Namespaces

 absl
 

Functions

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

Variables

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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:13