pub fn timegm(tm: tm) -> time_t
Expand description

Converts calendar time to Unix time using UTC timezone.

Note that this method is soundly available even on platforms that normally don’t have it.