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