google / cctz

CCTZ is a C++ library for translating between absolute and civil times using the rules of a time zone.
Apache License 2.0
597 stars 166 forks source link

Fully qualify another instance of cctz::format() #253

Closed derekmauro closed 1 year ago

derekmauro commented 1 year ago

Fully qualify another instance of cctz::format() in time_zone_format_test.cc

This is a follow-up to 8b81c2e5cec44f2f9147a9ece35f2fa1fb407049.

Tested during the Abseil import.