首页 >时间戳_时间戳转换工具

时间戳_时间戳转换工具

  • 发表时间:2023-04-24 23:19:37

时间戳转换

现在时间 2020年10月16日 05:18:57
UNIX时间戳 1602796737
输入标准时间或时间戳

时间戳转换工具支持的时间格式

2020-10-16
2020年10月16日
2020-10-16 05:18:57
2020年10月16日 05:18:57
2020年10月16日 05点18分57秒

只输入日期时,时分秒默认为00:00:00,例如“2020年10月16日”等同于“2020年10月16日 00:00:00”

不同编程语言获取时间戳

Java时间戳 time

PHP时间戳 time()

MySQL时间戳 SELECT unix_timestamp(now())

JS时间戳 Math.round(new Date().getTime()/1000) getTime() 返回的单位是毫秒

iOS时间戳 [[NSDate date] timeIntervalSince1970] 小数部分是毫秒微秒

Python时间戳 先 import time 然后 time.time()

Ruby时间戳 获取Unix时间戳:Time.now 或 Time.new ,显示Unix时间戳:Time.now.to_i

SQL Server时间戳 SELECT DATEDIFF(s, '1970-01-01 00:00:00', GETUTCDATE())

PostgreSQL时间戳 SELECT extract(epoch FROM now())

Unix时间戳/Linux时间戳 date +%s

Microsoft .NET/C# epoch = (DateTime.Now.ToUniversalTime().Ticks - 621355968000000000) / 10000000

VBScript/ASP时间戳 DateDiff("s", "01/01/1970 00:00:00", Now())

友情链接:
Copyright © 2023 All Rights Reserved 版权所有 职场头条网