Synopsis

Declared in <absl/time/civil_time.h>

bool
ParseLenientCivilTime(
    std::string_view s,
    CivilMinute* c);

Parameters

Name

Description

c

A civil‐time value aligned to the minute field (YYYY‐MM‐DD hh:mm).

Created with MrDocs