gpt4 book ai didi

java - 提前 30 分钟获取 Android Unix Epoch?

转载 作者:行者123 更新时间:2023-12-01 22:30:36 24 4
gpt4 key购买 nike

据我所知,您可以使用以下代码在 Android 应用程序中以毫秒为单位获取 Unix Epoch:

System.currentTimeMillis()

因此,您如何获得 30 分钟前的值?

最佳答案

考虑使用数学。一秒有 1000 毫秒,一分钟有 60 秒。因此:

System.currentTimeMillis() - 30 * 60 * 1000

关于java - 提前 30 分钟获取 Android Unix Epoch?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27836654/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com