Lines Matching refs:year
274 int year = 0; in toISO8061ExtendedStr() local
277 std::tie(year, month, day) = details::civilFromDays(d.count()); in toISO8061ExtendedStr()
280 if (year >= 10000) in toISO8061ExtendedStr()
282 year = 9999; in toISO8061ExtendedStr()
287 else if (year < 1970) in toISO8061ExtendedStr()
289 year = 1970; in toISO8061ExtendedStr()
319 return std::format("{:04}-{:02}-{:02}T{:02}:{:02}:{:02}{}+00:00", year, in toISO8061ExtendedStr()
355 else if (ymd.year() >= 10000y)
357 BMCWEB_LOG_WARNING("Year {} not representable", ymd.year());
361 else if (ymd.year() < 1970y)
363 BMCWEB_LOG_WARNING("Year {} not representable", ymd.year());