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