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

Converts calendar time to Unix time using local timezone.

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