help-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: EPOCHREALTIME to days, hours, minutes, seconds


From: Alex fxmbsw7 Ratchev
Subject: Re: EPOCHREALTIME to days, hours, minutes, seconds
Date: Thu, 19 Aug 2021 21:55:37 +0200

~ $ d=$EPOCHREALTIME dd=${d%.*} t=( $( printf '%(%FT%T)T %(%z)T' $dd $dd )
) t[1]=${t[1]::3}:${t[1]:3} r=$( date -d "${t[*]}" +%FT%T.${d#*.}%z ) ;
declare -p r
declare -- r="2021-08-19T21:55:07.872144+0200"

On Thu, Aug 19, 2021, 20:38 hancooper via <help-bash@gnu.org> wrote:

> Is there a neat way to convert from decimal seconds (result from
> EPOCHREALTIME) to days, hours, minutes, seconds?


reply via email to

[Prev in Thread] Current Thread [Next in Thread]