#include <string.h>
#include <cctype>
#include <cstdint>
#include "absl/time/internal/cctz/include/cctz/time_zone.h"
#include "absl/time/time.h"
Go to the source code of this file.
Namespaces | |
namespace | 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" |