时间戳转正常时间

Time_unix2human(time)
{
        human=19700101000000
        time-=((A_NowUTC-A_Now)//10000)*3600        ;时差
        human+=%time%,Seconds
        return human
        }
Time_human2unix(time)
{
        time-=19700101000000,Seconds
        time+=((A_NowUTC-A_Now)//10000)*3600        ;时差
        return time
}
 
a := Time_human2unix(A_Now) ;转时间戳
b := Time_unix2human(a) ;转 YYYYMMDDHH24MISS
FormatTime, time,  % b, yyyy-MM-d
MsgBox % b

给TA捐赠
共{{data.count}}人
人已捐赠
其他

时钟2

2020-3-9 3:16:44

其他

显示所有窗口的信息

2020-3-9 3:18:44

个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索