chromium/google_apis/common/time_util_unittest.cc

// Copyright 2012 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "google_apis/common/time_util.h"

#include "base/i18n/time_formatting.h"
#include "base/time/time.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace google_apis::util {
namespace {

std::string FormatTime(const base::Time& time) {}

}  // namespace

TEST(TimeUtilTest, GetTimeFromStringLocalTimezone) {}

TEST(TimeUtilTest, GetTimeFromStringNonTrivialTimezones) {}

TEST(TimeUtilTest, GetTimeFromStringBasic) {}

TEST(TimeUtilTest, GetDateOnlyFromStringBasic) {}

TEST(TimeUtilTest, FormatTimeAsString) {}

TEST(TimeUtilTest, FormatTimeAsStringLocalTime) {}

}  // namespace google_apis::util