()
| 1141 | |
| 1142 | #[cfg_attr(target_env = "musl", allow(deprecated))] |
| 1143 | pub(super) fn current_time_t() -> time_t { |
| 1144 | unsafe { libc::time(core::ptr::null_mut()) } |
| 1145 | } |
| 1146 | |
| 1147 | #[cfg_attr(target_env = "musl", allow(deprecated))] |
| 1148 | pub(super) fn gmtime_from_timestamp( |