Files
g.hnyhua.cn/COSXML/Utils/HttpDateTimeUtils.cs
2026-02-07 15:48:27 +08:00

17 lines
261 B
C#

using System;
using System.Collections.Generic;
using System.Text;
/**
* Copyright (c) 2018 Tencent Cloud. All rights reserved.
* 11/6/2018 10:58:01 AM
* bradyxiao
*/
namespace COSXML.Utils
{
public sealed class HttpDateTimeUtils
{
}
}