C语言获取当前时间
创始人
2025-01-08 05:34:46
0

一共有两段代码,一个是获取当前时间,一个是获取到现在的总毫秒数求关注😄 互粉必回

获取当前时间

#include

#include

int main() {

    time_t rawtime;

    struct tm * timeinfo;

    char buffer[20];

    // 获取当前时间

    time(&rawtime);

    timeinfo = localtime(&rawtime);

    // 使用 strftime 来格式化时间

    strftime(buffer, sizeof(buffer), "%Y-%m-%d %H:%M:%S", timeinfo);

    // 输出格式化后的时间

    printf("当前时间是: %s\n", buffer);

    return 0;

}

获取到现在的总毫秒数

#include

#include

#include

int main() {

    struct timeval tv;

    struct tm *now;

    long total_milliseconds;

    // 获取当前时间

    gettimeofday(&tv, NULL);

    // 将时间戳转换为可读的tm结构体

    now = localtime(&tv.tv_sec);

    // 计算总毫秒数

    total_milliseconds = (now->tm_year + 1900) * 31536000000L; // 一年大约有31536000000毫秒

    total_milliseconds += (now->tm_mon + 1) * 2628000000L; // 一个月大约有2628000000毫秒

    total_milliseconds += now->tm_mday * 86400000L; // 一天有86400000毫秒

    total_milliseconds += now->tm_hour * 3600000L; // 一小时有3600000毫秒

    total_milliseconds += now->tm_min * 60000L; // 一分钟有60000毫秒

    total_milliseconds += now->tm_sec * 1000L; // 一秒有1000毫秒

    total_milliseconds += tv.tv_usec / 1000; // 将微秒转换为毫秒

    // 输出总毫秒数

    printf("总毫秒数: %ld\n", total_milliseconds);

    return 0;

}

相关内容

热门资讯

WPK透视辅助!wepoker... WPK透视辅助!wepoker有没有挂,wepoker有没有插件(其实是有挂)1、完成wepoker...
wpk透视辅助!智星菠萝有挂吗... wpk透视辅助!智星菠萝有挂吗,wepoker辅助真的假的(本来有挂);1、用户打开应用后不用登录就...
wpk透视辅助!wepoker... wpk透视辅助!wepoker私人辅助器,pokemmo修改器手机版(本来存在有挂)1)pokemm...
wpk透视辅助!hhpoker... wpk透视辅助!hhpoker透视方法,德州局透视脚本免费版下载手机版(原来存在有挂)1、德州局透视...
微扑克透视辅助!wepoker... 微扑克透视辅助!wepoker辅助真的假的,hhpoker怎么开透视(原来真的是有挂)wepoker...
微扑克透视辅助!we-poke... 微扑克透视辅助!we-poker辅助,hhpoker辅助器(一直存在有挂)hhpoker辅助器透视方...
WPK透视辅助!pokemmo... WPK透视辅助!pokemmo手机版修改器,wpk辅助(一贯真的是有挂)小薇(辅助器软件下载)致您一...
微扑克透视辅助!大菠萝手游辅助... 微扑克透视辅助!大菠萝手游辅助,hhpoker底牌透视脚本(好像存在有挂)1、hhpoker底牌透视...
WPK透视辅助!德扑之心免费透... WPK透视辅助!德扑之心免费透视,wpk俱乐部有没有辅助(本来真的是有挂)1、wpk俱乐部有没有辅助...
微扑克透视辅助!哈糖大菠萝挂,... 微扑克透视辅助!哈糖大菠萝挂,impoker辅助(竟然是有挂)1、哈糖大菠萝挂免费辅助多个强度级别选...