我是靠谱客的博主 幽默电话,最近开发中收集的这篇文章主要介绍android unix时间,将unix时间戳转换为android shell中的日期,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

我尝试将Debian时间戳转换为Android shell(Tasker)中的日期,如:

date -d @ 1487411077

但是得到一些错误.

怎么做?

Tasker错误看起来像:

12.32.45/Variables doreplresult: |sh date -d @%last| -> |sh date -d @1487411077

|

12.32.45/Variables doreplresult: |sh date -d @%last| -> |sh date -d @1487411077

|

12.32.45/E Shell Ausführen: %last -> %last

12.32.45/E Shell Ausführen: ->

12.32.45/E Shell Ausführen: ->

12.32.45/Shell runBackground sh date -d @1487411077

root: true timeout: -1

12.32.45/Shell start process-thread ID 1013

12.32.45/E add wait type Shell1 time 2147483647

12.32.45/E add wait type Shell1 done

12.32.45/E add wait task

12.32.45/Variables doreplresult: |%last| -> |%last|

12.32.45/E Fehler: 127

编辑:

Android日期是busybox,我必须使用busybox date -d @ 1487411077

解决方法:

由于Android的日期是busybox日期,您应该可以:

date -D%s -d 1487411077

-D在2006年添加,同时支持-d @< epoch> àlaGNU于2010年添加.

标签:android,shell,timestamps

来源: https://codeday.me/bug/20190815/1660267.html

最后

以上就是幽默电话为你收集整理的android unix时间,将unix时间戳转换为android shell中的日期的全部内容,希望文章能够帮你解决android unix时间,将unix时间戳转换为android shell中的日期所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(39)

评论列表共有 0 条评论

立即
投稿
返回
顶部