Commits


David Li authored and Antoine Pitrou committed a9f2091f851
ARROW-12820: [C++] Support zone offset in ISO8601, strptime parser For ISO8601, this seems to have a small (~5%) impact on benchmarks. For strptime, this is only supported on platforms exposing `tm_gmtoff` in `struct tm`. `%Z` still is ignored; it seems implementations don't really support it anyways. (For instance GNU libc will skip over the time zone, omitting it from the result.) Closes #11358 from lidavidm/arrow-12820 Authored-by: David Li <li.davidm96@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>