/
githubmirror
/
nvme-cli
Обзор
Документация
Войти
/
githubmirror
/
nvme-cli
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
shared/time-util.h
13 строк
308 B
Daniel Wagner
shared: move temperature/timestamp/spinner helpers out of util/types.c
07 авг 2026, 16:15
07 авг 2026, 16:15
5d56a60
Код
Авторство
О чём код?
/* SPDX-License-Identifier: LGPL-2.1-or-later */ /* * This file is part of nvme-cli. */ #pragma once #include <time.h> /* * Format time_ms (milliseconds since the epoch) as "Y-M-D|H:M:S:MS" into * ts_buf, which must be at least 32 bytes. Return: 0. */ int shr_format_ts(time_t time_ms, char *ts_buf);