Type Alias bp7::dtntime::DtnTime

source ·
pub type DtnTime = u64;
Expand description

Time since the year 2k in milliseconds

Trait Implementations§

source§

impl DtnTimeHelpers for DtnTime

source§

fn unix(self) -> u64

Convert to unix timestamp (in seconds).

source§

fn string(self) -> String

Convert to human readable rfc3339 compliant time string.