1
protected static readonly DateTime unixTPStart =
2
TimeZone.CurrentTimeZone.ToLocalTime(new DateTime(1970, 1, 1));
3
public static long toUTP(DateTime dt)
4
2
3
4