commit | 9a3a753efa64db4beecf5007e7253e0d909b9202 | [log] [tgz] |
---|---|---|
author | Daniel Bratell <bratell@opera.com> | Fri Feb 09 12:38:50 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Feb 09 12:38:50 2018 |
tree | 22344d9a4d80fe0056bad9aea6e97c1544b9b4cc | |
parent | 488dc7f72001e12a112c2ebb074bd33a19bbee0b [diff] |
Added base::TimeToISO8601 and deleted all other instances It is not uncommon to want to convert from base::Time to an ISO-8601 string so instead of having half a dozen implementations, it's better to have one implementation. This was noticed in the jumbo project because two of the implementations ended up in the same translation unit. Bug: 746957 Change-Id: Ib88832c53930aff7a6c24a0df81afc28cbbecc35 Reviewed-on: https://chromium-review.googlesource.com/895456 Reviewed-by: Yuri Wiitala <miu@chromium.org> Reviewed-by: Yoshiki Iguchi <yoshiki@chromium.org> Reviewed-by: Josh Karlin <jkarlin@chromium.org> Reviewed-by: Jochen Eisinger <jochen@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#535691}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .