标签:static time 代码 code span 时间 readonly 时间戳 unix
Unix时间戳
public static readonly DateTime UnixEpoch = new DateTime(1970, 1, 1, 0, 0, 0, DateTimeKind.Utc);
随手记代码
原文地址:https://www.cnblogs.com/3Tai/p/9310806.html