utcnow 0.2.7

Get the current unixtime in a no-std context
Documentation
1
2
3
4
5
use castaway::LifetimeFree;

use crate::UtcTime;

unsafe impl LifetimeFree for UtcTime {}