summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Abseil Team <absl-team@google.com>2018-08-23 13:44:12 -0700
committerGravatar Derek Mauro <dmauro@google.com>2018-08-23 17:51:54 -0400
commit9c987f429bba32fb4446280fd3b91e2472d71d4d (patch)
tree2aed6c9beb944a19cc5a4d327d68bfd0c063f263
parent5e7d459eeca7bc53deab0ee9634601386b53d7c0 (diff)
Export of internal Abseil changes.
-- 02313145821172a55b1cda543868be5e986de591 by Tom Manshreck <shreck@google.com>: Internal change PiperOrigin-RevId: 209992038 GitOrigin-RevId: 02313145821172a55b1cda543868be5e986de591 Change-Id: Iadab8fb89daa467d8e0cb8e3d38ae058c77c5b38
-rw-r--r--absl/time/time.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/absl/time/time.h b/absl/time/time.h
index f2a779f4..73977268 100644
--- a/absl/time/time.h
+++ b/absl/time/time.h
@@ -25,16 +25,6 @@
// * `absl::TimeZone` defines geopolitical time zone regions (as collected
// within the IANA Time Zone database (https://www.iana.org/time-zones)).
//
-// Note: Absolute times are distinct from civil times, which refer to the
-// human-scale time commonly represented by `YYYY-MM-DD hh:mm:ss`. The mapping
-// between absolute and civil times can be specified by use of time zones
-// (`absl::TimeZone` within this API). That is:
-//
-// Civil Time = F(Absolute Time, Time Zone)
-// Absolute Time = F(Civil Time, Time Zone)
-//
-// See civil_time.h for abstractions related to constructing and manipulating
-// civil time.
//
// Example:
//