Home
last modified time | relevance | path

Searched defs:offset_seconds (Results 1 – 3 of 3) sorted by relevance

/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_fixed.cc92 int offset_seconds = static_cast<int>(offset.count()); in FixedOffsetToName() local
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_fixed.cc92 int offset_seconds = static_cast<int>(offset.count()); in FixedOffsetToName() local
/third_party/libsoup/libsoup/
Dsoup-date.c196 soup_date_new_from_now (int offset_seconds) in soup_date_new_from_now()