Exemple #1
0
 internal static DateTime FromTimestamp(TimestampSeconds timestamp)
 {
     return(Epoch.ToDate(timestamp.Seconds, 0));
 }
Exemple #2
0
 internal static DateTime FromTimestamp(Timestamp timestamp)
 {
     return(Epoch.ToDate(timestamp.Seconds, timestamp.Nanos));
 }